public static void Register()
 {
     Unity_wrap.Register();
     UnityUI_wrap.Register();
     AutoClass_wrap.Register();
 }
Example #2
0
 public static void Register()
 {
     Unity_wrap.Register();
     Custom_wrap.Register();
     AutoClass_wrap.Register();
 }
 public static void Register(long VM)
 {
     Unity_wrap.Register(VM);
     UnityUI_wrap.Register(VM);
     AutoClass_wrap.Register(VM);
 }