Merge branch 'master' into Respawning

This commit is contained in:
William Moberg
2016-03-02 13:47:03 +01:00
36 changed files with 1430 additions and 522 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ namespace Events
struct Captured : Event
{
int TeamNumberThatCapturedCapturePoint;
EntityID CapturePointID;
EntityID CapturePointTakenID;
EntityWrapper NextCapturePoint;
};
}