start car shop
This commit is contained in:
12
Server/Business/CarDealerBusinessBase.cs
Normal file
12
Server/Business/CarDealerBusinessBase.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using GTANetworkAPI;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace reallife_gamemode.Server.Business
|
||||
{
|
||||
public abstract class CarDealerBusinessBase : BusinessBase
|
||||
{
|
||||
internal abstract Vector3 CarSpawnPositon { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user