(svn r24290) -Add: [Script] ScriptEventExclusiveTransportRights.

This commit is contained in:
frosch
2012-05-26 14:16:38 +00:00
parent 8824063087
commit 4e074cdbf7
12 changed files with 68 additions and 0 deletions

View File

@@ -128,6 +128,7 @@ void GameInstance::RegisterAPI()
SQGSEventCompanyNew_Register(this->engine);
SQGSEventCompanyTown_Register(this->engine);
SQGSEventController_Register(this->engine);
SQGSEventExclusiveTransportRights_Register(this->engine);
SQGSEventGoalQuestionAnswer_Register(this->engine);
SQGSEventIndustryClose_Register(this->engine);
SQGSEventIndustryOpen_Register(this->engine);