C# (CSharp) PlayerIndexMap.AddPlayer - 3 examples found. These are the top rated real world C# (CSharp) examples of PlayerIndexMap.AddPlayer from package GameProject extracted from open source projects. You can rate examples to help us improve the quality of examples.
adds the given player to the map. if they are already in the map, nothing will happen, and their id will be returned. If they're not already in the map, an id will be assigned to the player, and it will be returned.