Validate prototype ids in c# fields (#18224)
This commit is contained in:
@@ -14,9 +14,6 @@ namespace Content.Server.Devour.Components;
|
||||
[Access(typeof(SharedDevourSystem))]
|
||||
public sealed class DevourerComponent : Component
|
||||
{
|
||||
[DataField("devourActionId", customTypeSerializer: typeof(PrototypeIdSerializer<EntityTargetActionPrototype>))]
|
||||
public string DevourActionId = "Devour";
|
||||
|
||||
[DataField("devourAction")]
|
||||
public EntityTargetAction? DevourAction;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user