Example #1
0
 /// <summary>
 /// Create a new game entity with a unique id
 /// </summary>
 public GameEntity()
 {
     Id = CtfId.NewId();
 }
Example #2
0
 /// <summary>
 /// Initialise this team with a unique id
 /// </summary>
 public Team()
 {
     Id = CtfId.NewId();
 }