public Player AddAIPlayer(long id, AiPlayer p) { return AddPlayer(id, p); }
public Player AddAIPlayer(AiPlayer p) { return AddPlayer(p); }