Exemplo n.º 1
0
        public static void SetTime(object instance)
        {
            test001 t = instance as test001;

            t.time.name = "SetTime FixSuccess";
            Debug.Log("SetTime hotfix now");
        }
Exemplo n.º 2
0
        public static void SetName(object instance, string name)
        {
            test001 t = instance as test001;

            t.go.name = "SetName FixSuccess";
            Debug.Log("SetName hotfix now");
        }