mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-21 19:49:34 +08:00
8 lines
107 B
C#
8 lines
107 B
C#
namespace Milimoe.FunGame.Core.Interface.Addons
|
|
{
|
|
public interface IGameMap : IAddon
|
|
{
|
|
|
|
}
|
|
}
|