File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ declare namespace zetaret.node {
3838 }
3939 export interface ProtoSSCheModule {
4040 serverclass : ProtoSSCheCTOR ;
41+ ServerEnum : { [ serverid : string ] : string } ;
4142
4243 loadedModule : ( ) => ServerModule ;
4344 loadedModuleClass : ( ) => ProtoSSCheCTOR ;
Original file line number Diff line number Diff line change @@ -76,6 +76,9 @@ declare namespace zetaret.node {
7676 h2 ?: boolean ;
7777 }
7878 export interface BasicServerGlobal {
79+ DisableAutoStartOfProtoSSChe ?: boolean ;
80+ EnableGlobalStatsFile ?: boolean ;
81+ GlobalStatsFile ?: any ;
7982 ProtoSSCheStatsFile ?: string ;
8083 ProtoSSCheXServerPath ?: string ;
8184 SubserverRequireModule ?: string ;
Original file line number Diff line number Diff line change 11{
22 "name" : " protoss-nodejs-basic-types" ,
3- "version" : " 2.0.2 " ,
3+ "version" : " 2.1.0 " ,
44 "author" : " Zeta Ret" ,
55 "license" : " MIT"
66}
You can’t perform that action at this time.
0 commit comments