public LeapShootableState(LeapGameObject obj)
 {
     activeObj = obj;
     shootableObj = (LeapShootableObject)obj;
 }
Example #2
0
 public LeapShootableState(LeapGameObject obj)
 {
     activeObj    = obj;
     shootableObj = (LeapShootableObject)obj;
 }