Finished carshops
This commit is contained in:
@@ -7,6 +7,7 @@ namespace reallife_gamemode.Server.Business
|
||||
{
|
||||
public abstract class CarDealerBusinessBase : BusinessBase
|
||||
{
|
||||
internal abstract Vector3 CarSpawnPositon { get; }
|
||||
public abstract Vector3 CarSpawnPositon { get; }
|
||||
public abstract float CarSpawnHeading { get; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,7 +13,9 @@ namespace reallife_gamemode.Server.Business
|
||||
|
||||
public override Vector3 Position => new Vector3(-177, -1156, 23);
|
||||
|
||||
internal override Vector3 CarSpawnPositon => new Vector3(-177, -1156, 23);
|
||||
public override Vector3 CarSpawnPositon => new Vector3(-222, -1162, 22.5);
|
||||
|
||||
public override float CarSpawnHeading => 356.6f;
|
||||
|
||||
public override void Load()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user