コード例 #1
0
 public void initializePoof()
 {
     ps  = this.GetComponent <PoofScript>();
     pmp = this.GetComponent <PassiveMoverPoofs>();
 }
コード例 #2
0
 public void initializePoof()
 {
     ps = this.GetComponent<PoofScript>();
     pmp = this.GetComponent<PassiveMoverPoofs>();
 }
コード例 #3
0
 /**
  * Initializes this object
  */
 void Start()
 {
     ms = this.GetComponent <MovementScript>();
     pp = this.GetComponent <PassiveMoverPoofs>();
 }