mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 05:59:03 +03:00
9 lines
147 B
C#
9 lines
147 B
C#
using Content.Shared.Actions;
|
|
|
|
namespace Content.Shared.VoiceMask;
|
|
|
|
public sealed partial class VoiceMaskSetNameEvent : InstantActionEvent
|
|
{
|
|
}
|
|
|