10 lines
No EOL
265 B
C#
10 lines
No EOL
265 B
C#
using WingsEmu.Game._packetHandling;
|
|
using WingsEmu.Game.Entities;
|
|
|
|
namespace WingsEmu.Game.RainbowBattle.Event;
|
|
|
|
public class RainbowBattleCaptureFlagEvent : PlayerEvent
|
|
{
|
|
public INpcEntity NpcEntity { get; init; }
|
|
public bool IsConfirm { get; init; }
|
|
} |