OverHaul Bus and Pilot TEST
This commit is contained in:
@@ -162,13 +162,17 @@ namespace ReallifeGamemode.Server.Managers
|
||||
{
|
||||
Position = new Vector3(485.4114685058594, -2173.25, 5.918273448944092),
|
||||
jobId = 2,
|
||||
Skill = 0
|
||||
Skill = 0,
|
||||
eventOnStart = false,
|
||||
eventName = ""
|
||||
};
|
||||
JobPoint jobPointPilot = new JobPoint()
|
||||
{
|
||||
Position = new Vector3(1707.2711181640625, 3276.216064453125, 41.155494689941406),
|
||||
jobId = 3,
|
||||
Skill = 0
|
||||
Skill = 0,
|
||||
eventOnStart = false,
|
||||
eventName = ""
|
||||
};
|
||||
JobPoint jobPointPilot2 = new JobPoint()
|
||||
{
|
||||
@@ -392,6 +396,8 @@ public class JobPoint
|
||||
public Vector3 Position { get; set; }
|
||||
public int jobId { get; set; }
|
||||
public int Skill { get; set; }
|
||||
public bool eventOnStart { get; set; }
|
||||
public string eventName { get; set; }
|
||||
}
|
||||
|
||||
public class ElevatorPoint
|
||||
|
||||
Reference in New Issue
Block a user