zz
This commit is contained in:
9
GlobalShared/API/IControllableEntityData.cs
Normal file
9
GlobalShared/API/IControllableEntityData.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Sandbox.Game.Entities;
|
||||
|
||||
namespace Global.Shared.API
|
||||
{
|
||||
public interface IControllableEntityData
|
||||
{
|
||||
IMyControllableEntity Entity { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user