Пример #1
0
        public static void Bar()
        {
            // defined in TestPlugin/plugin.json
                        #if TEST_PLUGIN_INSTALLED
            TestPluginBehaviour.Foo();
                        #endif

            Debug.Log("Bar");
        }
 public static void Bar()
 {
     TestPluginBehaviour.Foo();
     Debug.Log("Bar");
 }