Files
jdt-fish-client/assets/FishSingle/script/engine/config/NetConfig.ts
2024-04-17 20:15:52 +08:00

4 lines
105 B
TypeScript

export default class NetConfig {
public static hotupdateUrl: string = 'http://localhost:33/hotupdate'
}