ZoFo/ZoFo/GameCore/GameManagers/MapManager/MapManager.cs
2024-08-15 10:02:50 +03:00

21 lines
320 B
C#

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