CC#•Created by Herbs And Spices on 1/8/2024 in #help ✅ Trying to use a polymorphic type discriminator to deserialize child classes
[JsonDerivedType(typeof(Effect), typeDiscriminator: "base")] above the class gives me JsonDerivedType could not be found error. The documentation doesn't seem to mention how to define it.