Files
reallife-gamemode/ReallifeGamemode.Server/Util/IndicatorData.cs
2019-03-10 14:30:02 +01:00

8 lines
185 B
C#

namespace ReallifeGamemode.Server.Util
{
public class IndicatorData
{
public bool Left { get; set; } = false;
public bool Right { get; set; } = false;
}
}