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