(svn r24289) -Add: [Script] Base class for script events involving a company and a town.

This commit is contained in:
frosch
2012-05-26 14:16:32 +00:00
parent 9ad9d72c4a
commit 66a37e28a6
6 changed files with 85 additions and 0 deletions

View File

@@ -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);