コード例 #1
0
ファイル: Window.cs プロジェクト: jr5000/TDD-Game-Dev
 public void Start()
 {
     _gameWindow.Run(20);
 }