示例#1
0
 public AttackScores DeepCopy()
 {
     return(new AttackScores(Primary?.DeepCopy(), BaseAttackBonus.DeepCopy()));
 }