mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-03 02:27:08 +02:00
* #1607 partial progress * #1607 almost done * #1607 small test tweak * #1607 PR suggestions * #1607 PR suggestions * #1607 indentation tweaks
10 lines
169 B
C#
10 lines
169 B
C#
using Robust.Shared.GameObjects;
|
|
|
|
namespace Robust.Client.GameObjects
|
|
{
|
|
public interface IClientEntityManager : IEntityManager, IEntityNetworkManager
|
|
{
|
|
|
|
}
|
|
}
|