2024-01-17 10:25:01 +03:00
|
|
|
using Content.Shared.Actions;
|
|
|
|
|
|
2024-01-28 18:37:24 +07:00
|
|
|
namespace Content.Shared._White.Events;
|
2024-01-17 10:25:01 +03:00
|
|
|
|
|
|
|
|
public sealed partial class PetSummonActionEvent : InstantActionEvent
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public sealed partial class PetGhostSummonActionEvent : InstantActionEvent
|
|
|
|
|
{
|
|
|
|
|
}
|