Пример #1
0
    static EditorSystemsBase()
    {
        START();
        DEBUGS("cool Init");
        EditorScript.Init();

        EditorApplication.update += delegate()
        {
            DEBUGS("cool Update");
            UPDATE();
            EditorScript.Updates();
        };
    }