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