Vidka.Core.EditorLogic.eeee C# (CSharp) Method

eeee() public method

public eeee ( string text ) : void
text string
return void
        public void eeee(string text)
        {
            AppendToConsole(VidkaConsoleLogLevel.Error, text);
        }
EditorLogic