Пример #1
0
 // Use this for initialization
 protected void Awake()
 {
     base.Awake();
     CurrentType          = GestureManager.GestureTypes.HandsOpenHold;
     containsPrerequisite = GetComponent <PrerequisiteSpell>();
     specificEvent        = castSpell;
 }
Пример #2
0
 // Use this for initialization
 protected void Awake()
 {
     base.Awake();
     CurrentType          = GestureManager.GestureTypes.HandsOpen;
     containsPrerequisite = GetComponent <PrerequisiteSpell>();
     specificEvent        = castSpell;
     //_gestureManager.TimeBetween2Gestures = 1;
 }