コード例 #1
0
 public void Awake()
 {
     this.pounce  = GetComponent <Pounce>();
     this.movable = GetComponent <IMovable>();
 }
コード例 #2
0
 public void Awake()
 {
     this.pounce   = GetComponent <Pounce>();
     this.movement = GetComponent <IMovable>();
     this.cat      = GetComponent <Cat>();
 }