Files
RobustToolbox/Robust.Client/GameObjects/IClientEntityManager.cs
T
Galactic ChimpandGitHub 9246b88560 #1607 deprecate IEntityQuery (#1837)
* #1607 partial progress

* #1607 almost done

* #1607 small test tweak

* #1607 PR suggestions

* #1607 PR suggestions

* #1607 indentation tweaks
2021-06-27 13:40:00 +10:00

10 lines
169 B
C#

using Robust.Shared.GameObjects;
namespace Robust.Client.GameObjects
{
public interface IClientEntityManager : IEntityManager, IEntityNetworkManager
{
}
}