перенос файлов сервера из папки White в _White
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
|
||||
using Robust.Shared.Utility;
|
||||
|
||||
namespace Content.Server.White.BecomeDustOnDeathSystem;
|
||||
namespace Content.Server._White.BecomeDustOnDeathSystem;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed partial class BecomeDustOnDeathComponent : Component
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Content.Shared.Mobs;
|
||||
|
||||
namespace Content.Server.White.BecomeDustOnDeathSystem;
|
||||
namespace Content.Server._White.BecomeDustOnDeathSystem;
|
||||
|
||||
public sealed class BecomeDustOnDeathSystem : EntitySystem
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user