21 lines
320 B
C#
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()
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
}
|