converted jobs to same system as businesses, add option to choose job at cityhall
This commit is contained in:
13
ReallifeGamemode.Server/Job/PilotJob.cs
Normal file
13
ReallifeGamemode.Server/Job/PilotJob.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace ReallifeGamemode.Server.Job
|
||||
{
|
||||
class PilotJob : JobBase
|
||||
{
|
||||
public override int Id => 3;
|
||||
|
||||
public override string Name => "Pilot";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user