Traveller/scripts/map/events/MapGenerationStartEvent.cs
2024-12-06 10:23:54 +08:00

7 lines
206 B
C#

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