ChemMaster ECS (#11052)
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
using JetBrains.Annotations;
|
||||
using Content.Shared.Chemistry.EntitySystems;
|
||||
|
||||
namespace Content.Client.Chemistry.EntitySystems
|
||||
{
|
||||
[UsedImplicitly]
|
||||
public sealed class ChemMasterSystem : SharedChemMasterSystem
|
||||
{
|
||||
// gotta love empty client side systems that exist purely because theres one specific thing that can only be
|
||||
// done server-side which prevents the whole system from being in shared.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user