Files
reallife-gamemode/ReallifeGamemode.Server/Util/IndicatorData.cs
2020-05-10 19:19:53 +02:00

9 lines
184 B
C#

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