10 lines
No EOL
227 B
C#
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; }
|
|
} |