Domain.GamePlayerRef.WithNoReply C# (CSharp) Méthode

WithNoReply() public méthode

public WithNoReply ( ) : IGamePlayer_NoReply
Résultat IGamePlayer_NoReply
        public IGamePlayer_NoReply WithNoReply()
        {
            return this;
        }