Traveller/scripts/map/events/MapGenerationStartEvent.cs

7 lines
206 B
C#
Raw Permalink Normal View History

2024-12-06 02:23:54 +00:00
namespace ColdMint.scripts.map.events;
/// <summary>
/// <para>The map generator starts the event</para>
/// <para>地图生成器启动事件</para>
/// </summary>
public class MapGenerationStartEvent;