예제 #1
0
 public static void GoldAddition(float value)
 {
     gold += value;
     _characterGoldText.text = gold.ToString();
     FloatingTextController.AdditionFloatingGoldTextForEnemy(value.ToString(), _characterGoldText.transform);
 }