Example #1
0
 //套用詞綴效果
 public void ApplyMod(Mod mod)
 {
     mod.ApplyToEquip(this);
     modList.Add(mod);
 }