Begin script abstraction
This commit is contained in:
13
ReallifeGamemode.Server.Core.API/IColShapeAPI.cs
Normal file
13
ReallifeGamemode.Server.Core.API/IColShapeAPI.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace ReallifeGamemode.Server.Core.API.API
|
||||
{
|
||||
public interface IColShapeAPI
|
||||
{
|
||||
IColShape CreateCyclinder(Position position, float height, float range);
|
||||
|
||||
IColShape CreateSphere(Position position, float range);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user