8 lines
143 B
C#
8 lines
143 B
C#
|
|
using Content.Shared.Actions;
|
||
|
|
|
||
|
|
namespace Content.Shared._CP14.Respawn;
|
||
|
|
|
||
|
|
public sealed partial class CP14RespawnAction : InstantActionEvent
|
||
|
|
{
|
||
|
|
}
|