using System.Collections.Generic; using WingsEmu.Game._packetHandling; using WingsEmu.Game.Networking; namespace WingsEmu.Game.RainbowBattle.Event; public class RainbowBattleStartEvent : PlayerEvent { public List RedTeam { get; init; } public List BlueTeam { get; init; } }