Domain.GamePlayerRef.WithNoReply C# (CSharp) Method

WithNoReply() public method

public WithNoReply ( ) : IGamePlayer_NoReply
return IGamePlayer_NoReply
        public IGamePlayer_NoReply WithNoReply()
        {
            return this;
        }