Changed whole project structure (split client and server into separat projects)
This commit is contained in:
13
ReallifeGamemode.Server/Business/CarDealerBusinessBase.cs
Normal file
13
ReallifeGamemode.Server/Business/CarDealerBusinessBase.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using GTANetworkAPI;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace reallife_gamemode.Server.Business
|
||||
{
|
||||
public abstract class CarDealerBusinessBase : BusinessBase
|
||||
{
|
||||
public abstract Vector3 CarSpawnPositon { get; }
|
||||
public abstract float CarSpawnHeading { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user