5 lines
137 B
TypeScript
5 lines
137 B
TypeScript
import { _decorator } from 'cc'
|
|
export default class NetConfig {
|
|
public static hotupdateUrl: string = 'http://localhost:33/hotupdate'
|
|
}
|