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