Resolve 'EntitySystem.Get<T>()' is obsolete in content (#27936)
* PROJECT 0 WARNINGS: Resolve `'EntitySystem.Get<T>()' is obsolete` in content * pass entman * dog ass test * webeditor
This commit is contained in:
@@ -159,7 +159,7 @@ public sealed partial class PowerWireAction : BaseWireAction
|
||||
{
|
||||
base.Initialize();
|
||||
|
||||
_electrocutionSystem = EntitySystem.Get<ElectrocutionSystem>();
|
||||
_electrocutionSystem = EntityManager.System<ElectrocutionSystem>();
|
||||
}
|
||||
|
||||
// This should add a wire into the entity's state, whether it be
|
||||
|
||||
Reference in New Issue
Block a user