10 lines
214 B
C#
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
|
|
{
|
|
|
|
} |