forked from project-redbud/FunGame-Core
8 lines
107 B
C#
8 lines
107 B
C#
namespace Milimoe.FunGame.Core.Interface.Addons
|
|
{
|
|
public interface IGameMap : IAddon
|
|
{
|
|
|
|
}
|
|
}
|