コード例 #1
0
 void Start()
 {
     canMoveLeft  = true;
     canMoveRight = true;
     nwc          = notWalle.GetComponent <NotWalleController>();
     dir          = nwc.dire;
 }
コード例 #2
0
 void Start()
 {
     canMoveLeft = true;
     canMoveRight = true;
     nwc = notWalle.GetComponent<NotWalleController>();
     dir = nwc.dire;
 }