8 lines
152 B
C#
8 lines
152 B
C#
|
|
using Content.Shared.Actions;
|
||
|
|
|
||
|
|
namespace Content.Shared._CP14.Eye;
|
||
|
|
|
||
|
|
public sealed partial class CP14EyeOffsetToggleActionEvent : InstantActionEvent
|
||
|
|
{
|
||
|
|
}
|