コード例 #1
0
ファイル: Example.cs プロジェクト: prybarlogic/concept
        public void MyOtherMethod()
        {
            RustPlayer player = new RustPlayer();
            player.Username = "******";
            player.SteamId = ulong.MaxValue;

            string helloMessage = this.SayHello(player.Username);
        }
コード例 #2
0
        public void MyOtherMethod()
        {
            RustPlayer player = new RustPlayer();

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

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