CloudWars.SpaceBattle.SpaceBattlePlayerPresence.GetPlayerNameByClientId C# (CSharp) 메소드

GetPlayerNameByClientId() 공개 메소드

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