(svn r24289) -Add: [Script] Base class for script events involving a company and a town.
This commit is contained in:
@@ -126,6 +126,7 @@ void GameInstance::RegisterAPI()
|
||||
SQGSEventCompanyInTrouble_Register(this->engine);
|
||||
SQGSEventCompanyMerger_Register(this->engine);
|
||||
SQGSEventCompanyNew_Register(this->engine);
|
||||
SQGSEventCompanyTown_Register(this->engine);
|
||||
SQGSEventController_Register(this->engine);
|
||||
SQGSEventGoalQuestionAnswer_Register(this->engine);
|
||||
SQGSEventIndustryClose_Register(this->engine);
|
||||
|
Reference in New Issue
Block a user