11 lines
No EOL
187 B
C#
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
|
|
{
|
|
} |