Example #1
0
 public void ChangeEquip(Equip equip, bool isWear)
 {
     characterController.ChangeEquip(equip, isWear);
 }