* Cursed Mask * extra expressions * block ingestion * mind returning * okay fix the removal shit
7 lines
157 B
C#
7 lines
157 B
C#
using Content.Shared.Clothing;
|
|
|
|
namespace Content.Client.Clothing.Systems;
|
|
|
|
/// <inheritdoc/>
|
|
public sealed class CursedMaskSystem : SharedCursedMaskSystem;
|