Revert 'Revert 'Solution Entities'' (#23168)
This commit is contained in:
@@ -11,13 +11,13 @@ public sealed partial class CreateEntityReactionEffect : ReagentEffect
|
||||
/// <summary>
|
||||
/// What entity to create.
|
||||
/// </summary>
|
||||
[DataField("entity", required: true, customTypeSerializer: typeof(PrototypeIdSerializer<EntityPrototype>))]
|
||||
[DataField(required: true, customTypeSerializer: typeof(PrototypeIdSerializer<EntityPrototype>))]
|
||||
public string Entity = default!;
|
||||
|
||||
/// <summary>
|
||||
/// How many entities to create per unit reaction.
|
||||
/// </summary>
|
||||
[DataField("number")]
|
||||
[DataField]
|
||||
public uint Number = 1;
|
||||
|
||||
protected override string? ReagentEffectGuidebookText(IPrototypeManager prototype, IEntitySystemManager entSys)
|
||||
|
||||
Reference in New Issue
Block a user