9 lines
167 B
C#
9 lines
167 B
C#
using Sandbox.Game.Entities;
|
|
|
|
namespace Global.Shared.API
|
|
{
|
|
public interface IControllableEntityData
|
|
{
|
|
IMyControllableEntity Entity { get; }
|
|
}
|
|
} |