Traveller/scripts/map/events/GameReplayEvent.cs
Cold-Mint 2a836e32e6
Support for restarting the game.
支持重新开始游戏了。
2024-06-04 22:23:06 +08:00

10 lines
180 B
C#

namespace ColdMint.scripts.map.events;
/// <summary>
/// <para>Game replay event</para>
/// <para>游戏重玩事件</para>
/// </summary>
public class GameReplayEvent
{
}