(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

@@ -128,6 +128,7 @@ void AIInstance::RegisterAPI()
SQAIEventCompanyInTrouble_Register(this->engine);
SQAIEventCompanyMerger_Register(this->engine);
SQAIEventCompanyNew_Register(this->engine);
SQAIEventCompanyTown_Register(this->engine);
SQAIEventController_Register(this->engine);
SQAIEventDisasterZeppelinerCleared_Register(this->engine);
SQAIEventDisasterZeppelinerCrashed_Register(this->engine);