server-master/srcs/WingsAPI.Game/RainbowBattle/Event/RainbowBattleStartProcessRegistrationEvent.cs
2026-02-10 18:21:30 +01:00

7 lines
No EOL
148 B
C#

using PhoenixLib.Events;
namespace WingsEmu.Game.RainbowBattle.Event;
public class RainbowBattleStartProcessRegistrationEvent : IAsyncEvent
{
}