Added vehicle indicators
This commit is contained in:
8
ReallifeGamemode.Server/Util/IndicatorData.cs
Normal file
8
ReallifeGamemode.Server/Util/IndicatorData.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace ReallifeGamemode.Server.Util
|
||||
{
|
||||
public class IndicatorData
|
||||
{
|
||||
public bool Left { get; set; } = false;
|
||||
public bool Right { get; set; } = false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user