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

11 lines
No EOL
304 B
C#

using System;
using WingsAPI.Packets.Enums.Rainbow;
namespace WingsEmu.Game.RainbowBattle;
public class RainBowFlag
{
public RainbowBattleFlagTeamType FlagTeamType { get; set; }
public RainbowBattleFlagType FlagType { get; set; }
public DateTime RainbowBattleLastTakeOver { get; set; }
}