SharpMod.Command.WriteLine C# (CSharp) Method

WriteLine() protected static method

protected static WriteLine ( Player player, string text ) : void
player Player
text string
return void
        protected static void WriteLine(Player player, string text)
        {
            Write(player, text + '\n');
        }