コード例 #1
0
ファイル: GameManager.cs プロジェクト: Fekha/Gravitas
    void Start()
    {
        grid.CreateGrid();

        fleetManager.Setup(grid);
    }