4 lines
106 B
TypeScript
4 lines
106 B
TypeScript
export default class NetConfig {
|
|
public static hotupdateUrl: string = 'http://localhost:33/hotupdate'
|
|
}
|