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