Files
OldThink/Content.Shared/_White/Events/ActionCatEarsSummonEvent.cs

12 lines
222 B
C#
Raw Permalink Normal View History

2024-01-13 12:24:00 +03:00
using Content.Shared.Actions;
namespace Content.Shared._White.Events;
2024-01-13 12:24:00 +03:00
public sealed partial class SummonActionEarsEvent : InstantActionEvent
{
}
2023-05-11 01:44:25 +06:00
public sealed partial class SummonActionCatEvent : InstantActionEvent
{
}