Add changes
This commit is contained in:
@@ -6,7 +6,7 @@ namespace ReallifeGamemode.Server.Core.API
|
||||
{
|
||||
public interface IColShape : IEntity
|
||||
{
|
||||
delegate void ColShapeEvent(IColShape colShape, IEntity entity);
|
||||
delegate void ColShapeEvent(IColShape colShape, IPlayer entity);
|
||||
|
||||
event ColShapeEvent OnEntityEnter;
|
||||
event ColShapeEvent OnEntityExit;
|
||||
|
||||
Reference in New Issue
Block a user