9 lines
184 B
C#
9 lines
184 B
C#
namespace ReallifeGamemode.Server.Util
|
|
{
|
|
public class IndicatorData
|
|
{
|
|
public bool Left { get; set; } = false;
|
|
public bool Right { get; set; } = false;
|
|
}
|
|
}
|