start breaking things

This commit is contained in:
Chris Forbes
2010-08-23 21:21:03 +12:00
parent 825743b225
commit 16402f26fe
5 changed files with 25 additions and 7 deletions

View File

@@ -43,6 +43,7 @@ namespace OpenRA.Network
public int Index;
public string Bot; // trait name of the bot to initialize in this slot, or null otherwise.
public bool Closed; // host has explicitly closed this slot.
public string MapPlayer; // playerReference to bind against.
// todo: more stuff?
}