Exemplo n.º 1
0
        public void MyOtherMethod()
        {
            RustPlayer player = new RustPlayer();
            player.Username = "******";
            player.SteamId = ulong.MaxValue;

            string helloMessage = this.SayHello(player.Username);
        }
Exemplo n.º 2
0
        public void MyOtherMethod()
        {
            RustPlayer player = new RustPlayer();

            player.Username = "******";
            player.SteamId  = ulong.MaxValue;

            string helloMessage = this.SayHello(player.Username);
        }