Begin script abstraction
This commit is contained in:
14
ReallifeGamemode.Server.Core.API/IVehicleAPI.cs
Normal file
14
ReallifeGamemode.Server.Core.API/IVehicleAPI.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using ReallifeGamemode.Server.Types;
|
||||
|
||||
namespace ReallifeGamemode.Server.Core.API.API
|
||||
{
|
||||
public interface IVehicleAPI
|
||||
{
|
||||
IVehicle Spawn(VehicleModel model, Position position, Position rotation, sbyte primaryColor, sbyte secondaryColor);
|
||||
|
||||
IVehicle GetVehicleFromHandle(ulong handle);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user