コード例 #1
0
ファイル: SmoothCamera.cs プロジェクト: Demestr/TDefence
 private void Update()
 {
     state.CameraMove();
     state.Transition();
 }