Создал MapManager, кода нет

This commit is contained in:
polten0 2024-08-15 10:02:50 +03:00
parent dbf81f5624
commit 13533ee367

View 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()
{
}
}
}