CloudWars.SpaceBattle.SpaceBattlePlayerPresence.GetPlayerNameByClientId C# (CSharp) Method

GetPlayerNameByClientId() public method

public GetPlayerNameByClientId ( string clientId ) : string
clientId string
return string
        public string GetPlayerNameByClientId(string clientId)
        {
            return CloudWarsData.GetPlayerName(clientId);
        }