Создал MapManager, кода нет
This commit is contained in:
parent
dbf81f5624
commit
13533ee367
1 changed files with 21 additions and 0 deletions
21
ZoFo/GameCore/GameManagers/MapManager/MapManager.cs
Normal file
21
ZoFo/GameCore/GameManagers/MapManager/MapManager.cs
Normal file
|
@ -0,0 +1,21 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ZoFo.GameCore.GameManagers.MapManager
|
||||
{
|
||||
public class MapManager
|
||||
{
|
||||
public void LoadMap()
|
||||
{
|
||||
|
||||
}
|
||||
private void LoadTileSet()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue