12 lines
226 B
C#
12 lines
226 B
C#
using Content.Shared.Actions;
|
|
|
|
namespace Content.Shared._White.Events;
|
|
|
|
public sealed partial class PetSummonActionEvent : InstantActionEvent
|
|
{
|
|
}
|
|
|
|
public sealed partial class PetGhostSummonActionEvent : InstantActionEvent
|
|
{
|
|
}
|