7 lines
206 B
C#
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; |