Refactor actions to be entities with components (#19900)
This commit is contained in:
11
Content.Shared/Dragon/DragonEvents.cs
Normal file
11
Content.Shared/Dragon/DragonEvents.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Content.Shared.Actions;
|
||||
|
||||
namespace Content.Shared.Dragon;
|
||||
|
||||
public sealed partial class DragonDevourActionEvent : EntityTargetActionEvent
|
||||
{
|
||||
}
|
||||
|
||||
public sealed partial class DragonSpawnRiftActionEvent : InstantActionEvent
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user