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