From fede057bc4573a0ea3416743f35d37cd230096ca Mon Sep 17 00:00:00 2001 From: zumorica Date: Wed, 20 May 2020 15:14:52 +0200 Subject: [PATCH] Bunch of refactoring --- .../GameObjects/EntitySystems/SharedInstrumentSystem.cs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Content.Client/GameObjects/EntitySystems/InstrumentSystem.cs => Content.Shared/GameObjects/EntitySystems/SharedInstrumentSystem.cs (100%) diff --git a/Content.Client/GameObjects/EntitySystems/InstrumentSystem.cs b/Content.Shared/GameObjects/EntitySystems/SharedInstrumentSystem.cs similarity index 100% rename from Content.Client/GameObjects/EntitySystems/InstrumentSystem.cs rename to Content.Shared/GameObjects/EntitySystems/SharedInstrumentSystem.cs