public static AbilityCasterMainWeaponCheckOrFeralCombat fromAbilityCasterMainWeaponCheck(AbilityCasterMainWeaponCheck prototype, bool allow_ki_focus) { var a = Helpers.Create <AbilityCasterMainWeaponCheckOrFeralCombat>(); a.Category = prototype.Category; a.allow_ki_focus = allow_ki_focus; return(a); }
public static AbilityCasterMainWeaponCheckOrFeralCombat fromAbilityCasterMainWeaponCheck(AbilityCasterMainWeaponCheck prototype) { var a = Helpers.Create <AbilityCasterMainWeaponCheckOrFeralCombat>(); a.Category = prototype.Category; return(a); }