Get Enemy Players
public List<Player> GetEnemyPlayers()
By calling this method on Player object, you can get list of all enemies of this player. List contains Player objects of enemies.
public List<Player> GetEnemyPlayers()
By calling this method on Player object, you can get list of all enemies of this player. List contains Player objects of enemies.