8 lines
No EOL
203 B
C#
8 lines
No EOL
203 B
C#
using PhoenixLib.Events;
|
|
|
|
namespace WingsEmu.Game.RainbowBattle.Event;
|
|
|
|
public class RainbowBattleUnfreezeProcessEvent : IAsyncEvent
|
|
{
|
|
public RainbowBattleParty RainbowBattleParty { get; init; }
|
|
} |