public static T SetStealableLootDefinition <T>(this T entity, LootPackDefinition value) where T : MonsterDefinition { entity.SetField("stealableLootDefinition", value); return(entity); }
public static T SetStealableLootPackOverride <T>(this T entity, LootPackDefinition value) where T : RulesetCharacterMonster { entity.SetField("stealableLootPackOverride", value); return(entity); }