示例#1
0
 public void ScalePreciousMetal(float scaleMultiplier)
 {
     if (PM != null)
     {
         PM.Scale(scaleMultiplier);
     }
 }