Files
jdt-fish-client/assets/FishSingle/script/engine/config/NetConfig.ts
2024-05-01 19:13:01 +08:00

4 lines
106 B
TypeScript

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