4 lines
122 B
TypeScript
Raw Normal View History

2022-08-26 16:48:17 +08:00
export default class NetConfig {
/**是否顯示RPC接送JSON的LOG */
public static ShowServerLog: boolean = true;
}