Get Enemy Players ========================== .. code-block:: csharp public List GetEnemyPlayers() By calling this method on **Player** object, you can get list of all enemies of this player. List contains **Player** objects of enemies.