Re-add action prototypes (#7508)
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
@@ -183,7 +183,7 @@ public sealed class DecalPlacementSystem : EntitySystem
|
||||
}
|
||||
}
|
||||
|
||||
public sealed class PlaceDecalActionEvent : PerformWorldTargetActionEvent
|
||||
public sealed class PlaceDecalActionEvent : WorldTargetActionEvent
|
||||
{
|
||||
[DataField("decalId", customTypeSerializer:typeof(PrototypeIdSerializer<DecalPrototype>))]
|
||||
public string DecalId = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user