Refactor actions to be entities with components (#19900)
This commit is contained in:
8
Content.Shared/VoiceMask/VoiceMaskSetNameEvent.cs
Normal file
8
Content.Shared/VoiceMask/VoiceMaskSetNameEvent.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Content.Shared.Actions;
|
||||
|
||||
namespace Content.Shared.VoiceMask;
|
||||
|
||||
public sealed partial class VoiceMaskSetNameEvent : InstantActionEvent
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user