public void initializePoof()
 {
     ps  = this.GetComponent <PoofScript>();
     pmp = this.GetComponent <PassiveMoverPoofs>();
 }
예제 #2
0
 public void initializePoof()
 {
     ps = this.GetComponent<PoofScript>();
     pmp = this.GetComponent<PassiveMoverPoofs>();
 }
 /**
  * Initializes this object
  */
 void Start()
 {
     ms = this.GetComponent <MovementScript>();
     pp = this.GetComponent <PassiveMoverPoofs>();
 }