コード例 #1
0
ファイル: Gel.cs プロジェクト: MaasRM/Zelda_Project_3902
 public void Update()
 {
     stateMachine.Move();
     destination = stateMachine.GetDestination();
     source      = stateMachine.GetSource();
 }