Remove "conformsTo", "containedIn", and "currentLocation" of EconomicResource{Create,Update}Params
- May 10, 2022
-
-
srfsh authored
Since the "currentLocation" of EconomicResources can be set by "toLocation" of EconomicEventCreateParams, having two different ways to set it doesn't make sense. As "toLocation" is also used for other things, it is more logical to use that field instead.
7ff24f7a
-
- Mar 04, 2022
- Feb 23, 2022
-
-
srfsh authored
conformsTo can be set by EconomicEventCreateParams.resourceConformsTo and containedIn is supposed to be set only by pack and unpack (it will set it to "null").
87ebfe0b
-