Example #1
0
        public static string MyOtherMethod()
        {
            var steamId = ulong.MaxValue;

            RustPlayer player = new RustPlayer();
            player.SteamId = steamId;
            player.Username = GetSteamName(steamId);

            var helloMessage = SayHello(player.Username);
            
            return helloMessage;
        }
Example #2
0
        public static string MyOtherMethod()
        {
            var steamId = ulong.MaxValue;

            RustPlayer player = new RustPlayer();
            player.SteamId = steamId;
            player.Username = GetSteamName(steamId);

            var helloMessage = SayHello(player.Username);

            return helloMessage;
        }