mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 14:07:53 +03:00
8 lines
138 B
C#
8 lines
138 B
C#
using Content.Shared.Actions;
|
|
|
|
namespace Content.Shared.Bible;
|
|
|
|
public sealed partial class SummonActionEvent : InstantActionEvent
|
|
{
|
|
|
|
} |