BolterLibrary.Chat.IsNewLine C# (CSharp) Method

IsNewLine() public method

public IsNewLine ( ) : bool
return bool
        public bool IsNewLine()
        {
            return Funcs.IsNewChatLine();
        }