Traveller/scripts/map/events/MapGenerationStartEvent.cs
Cold-Mint 959dcc3092
Add room injection processor.
加入房间注入处理器。
2024-05-28 22:14:35 +08:00

10 lines
214 B
C#

namespace ColdMint.scripts.map.events;
/// <summary>
/// <para>The map generator starts the event</para>
/// <para>地图生成器启动事件</para>
/// </summary>
public class MapGenerationStartEvent
{
}