server-master/srcs/WingsAPI.Game/RainbowBattle/Event/RainbowBattleWonEvent.cs
2026-02-10 18:21:30 +01:00

10 lines
No EOL
227 B
C#

using System;
using WingsEmu.Game._packetHandling;
namespace WingsEmu.Game.RainbowBattle.Event;
public class RainbowBattleWonEvent : PlayerEvent
{
public Guid Id { get; init; }
public int[] Players { get; init; }
}