mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Fix some warnings regarding IComponentManager.
This commit is contained in:
@@ -16,7 +16,6 @@ namespace Robust.Shared.Scripting
|
||||
public abstract class ScriptGlobalsShared
|
||||
{
|
||||
[field: Dependency] public IEntityManager ent { get; } = default!;
|
||||
[field: Dependency] public IComponentManager comp { get; } = default!;
|
||||
[field: Dependency] public IPrototypeManager prot { get; } = default!;
|
||||
[field: Dependency] public IMapManager map { get; } = default!;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user