public static List<PlayerController> localPlayers ;

설명

A list of all players added to the game.

These are the players on this client, not all of the players in the game on the server. The client has no explicit knowledge of the player objects of other clients.