mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
9 lines
182 B
C#
9 lines
182 B
C#
using SS14.Shared.GameObjects;
|
|
|
|
namespace SS14.Client.Interfaces.GOC
|
|
{
|
|
public interface IEntityManagerContainer
|
|
{
|
|
EntityManager EntityManager { get; set; }
|
|
}
|
|
} |