server-master/srcs/WingsAPI.Game/GameEvent/InstantBattle/InstantBattleWonEvent.cs
2026-02-10 18:21:30 +01:00

11 lines
No EOL
187 B
C#

// WingsEmu
//
// Developed by NosWings Team
using WingsEmu.Game._packetHandling;
namespace WingsEmu.Game.GameEvent.InstantBattle;
public class InstantBattleWonEvent : PlayerEvent
{
}