Files
jdt-fish-client/assets/FishSingle/script/engine/config/NetConfig.ts
2024-04-16 23:03:54 +08:00

5 lines
137 B
TypeScript

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