mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-22 20:19:34 +08:00

* 添加GameMode, GameMap; 优化了Plugin和RoomType等 * 添加GameModeLoader,重构GameMode和GameMap * 添加Gaming事件接口 * 添加IGameModeSupported接口 * 为GameMode添加Implement接口 * 为BeforeConnect添加参数
8 lines
100 B
C#
8 lines
100 B
C#
namespace Milimoe.FunGame.Core.Interface
|
|
{
|
|
public interface IGameMap : IAddon
|
|
{
|
|
|
|
}
|
|
}
|