|
|
@ -68,6 +68,7 @@ protected function Initialize() |
|
|
|
text = TextAPI(memory.Allocate(class'TextAPI')); |
|
|
|
text = TextAPI(memory.Allocate(class'TextAPI')); |
|
|
|
math = MathAPI(memory.Allocate(class'MathAPI')); |
|
|
|
math = MathAPI(memory.Allocate(class'MathAPI')); |
|
|
|
collections = CollectionsAPI(memory.Allocate(class'CollectionsAPI')); |
|
|
|
collections = CollectionsAPI(memory.Allocate(class'CollectionsAPI')); |
|
|
|
|
|
|
|
json = JSONAPI(memory.Allocate(class'JSONAPI')); |
|
|
|
logger = LoggerAPI(memory.Allocate(class'LoggerAPI')); |
|
|
|
logger = LoggerAPI(memory.Allocate(class'LoggerAPI')); |
|
|
|
color = ColorAPI(memory.Allocate(class'ColorAPI')); |
|
|
|
color = ColorAPI(memory.Allocate(class'ColorAPI')); |
|
|
|
alias = AliasesAPI(memory.Allocate(class'AliasesAPI')); |
|
|
|
alias = AliasesAPI(memory.Allocate(class'AliasesAPI')); |
|
|
@ -75,7 +76,6 @@ protected function Initialize() |
|
|
|
chat = ChatAPI(memory.Allocate(class'ChatAPI')); |
|
|
|
chat = ChatAPI(memory.Allocate(class'ChatAPI')); |
|
|
|
users = UserAPI(memory.Allocate(class'UserAPI')); |
|
|
|
users = UserAPI(memory.Allocate(class'UserAPI')); |
|
|
|
players = PlayersAPI(memory.Allocate(class'PlayersAPI')); |
|
|
|
players = PlayersAPI(memory.Allocate(class'PlayersAPI')); |
|
|
|
json = JSONAPI(memory.Allocate(class'JSONAPI')); |
|
|
|
|
|
|
|
db = DBAPI(memory.Allocate(class'DBAPI')); |
|
|
|
db = DBAPI(memory.Allocate(class'DBAPI')); |
|
|
|
scheduler = SchedulerAPI(memory.Allocate(class'SchedulerAPI')); |
|
|
|
scheduler = SchedulerAPI(memory.Allocate(class'SchedulerAPI')); |
|
|
|
avarice = AvariceAPI(memory.Allocate(class'AvariceAPI')); |
|
|
|
avarice = AvariceAPI(memory.Allocate(class'AvariceAPI')); |
|
|
|