Merge branch 'master' into Respawning

# Conflicts:
#	resources/Schema/Types/Entity.xsd
This commit is contained in:
William Moberg
2016-03-02 16:51:24 +01:00
14 changed files with 9662 additions and 44 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ struct Captured : Event
{
int TeamNumberThatCapturedCapturePoint;
EntityID CapturePointTakenID;
EntityWrapper NextCapturePoint;
EntityWrapper BlueTeamNextCapturePoint;
EntityWrapper RedTeamNextCapturePoint;
};
}