コード例 #1
0
 // Use this for initialization
 void Start()
 {
     this._isFly           = false;
     this._followControler = GetComponentInParent <FollowControler> ();
     this.facingRight      = true;
 }
 // Use this for initialization
 void Start()
 {
     this.isFly           = false;
     this.followControler = GetComponentInParent <FollowControler> ();
 }