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