8 lines
No EOL
170 B
C#
8 lines
No EOL
170 B
C#
using PhoenixLib.Events;
|
|
|
|
namespace WingsEmu.Game.RainbowBattle.Event;
|
|
|
|
public class RainbowBattleEnterEvent : IAsyncEvent
|
|
{
|
|
public long[] Players { get; init; }
|
|
} |