Example #1
0
            void BehaverEquipListener.OnEquipBehaviorChecker(MonoBUnityBehaviorChecker checker)
            {
                canEquip = true;
                var instance = Utilities.ConsistentInstantiate(checker, customBehaverInstance.transform);

                customBehaverInstance.bCheckers.Add(instance);
                cTrigger = instance.behaviorChecker.ReadyCheckBehavior(bExpr, unityBRSupport);
            }
Example #2
0
 void BehaverEquipListener.OnEquipBehaviorChecker(MonoBUnityBehaviorChecker checker)
 {
     myCustomizable.bCheckers.Add(Utilities.ConsistentInstantiate(checker, myCustomizable.transform));
 }