Begin script abstraction
This commit is contained in:
18
ReallifeGamemode.Server.Types/VehicleSeat.cs
Normal file
18
ReallifeGamemode.Server.Types/VehicleSeat.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace ReallifeGamemode.Server.Types
|
||||
{
|
||||
public enum VehicleSeat
|
||||
{
|
||||
Driver,
|
||||
CoDriver,
|
||||
LeftPassenger,
|
||||
RightPassenger,
|
||||
ExtraSeat1,
|
||||
ExtraSeat2,
|
||||
ExtraSeat3,
|
||||
ExtraSeat4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user