patrickmohrmann / earthdawn4eV2

1 stars 0 forks source link

Change TargetTemplate to DataField instead of Mixin #997

Open ChristopherSD opened 1 month ago

ChristopherSD commented 1 month ago

To be consistent across the code and for better ease of use, the TargetingTemplate should be changed to be a DataField instead. This follows other instances like DurationField or RangeField and avoids name clashes with properties of those fields.