Files
reallife-gamemode/ReallifeGamemode.Server/Util/IndicatorData.cs
2019-07-17 19:52:55 +02:00

8 lines
171 B
C#

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