Ejemplo n.º 1
0
        public static void Clear()
        {
            DevConsole.ClearHistory();
            Text textObj = DevConsole.TextObject();

            if (textObj != null)
            {
                textObj.text = "\n<color=#7CFC00>Clear Successful :D</color>\n";
            }
        }