CloudWars.SpaceBattle.SpaceBattleGame.ChallengePlayer C# (CSharp) Méthode

ChallengePlayer() public méthode

public ChallengePlayer ( System.Guid fromId, System.Guid toId ) : void
fromId System.Guid
toId System.Guid
Résultat void
        public void ChallengePlayer(Guid fromId, Guid toId)
        {
            CloudWarsData.ChallengePlayer(fromId, toId);
        }