Example #1
0
 void Update()
 {
     if (wp != null)
     {
         ammoText.text = wp.GetAmmoInfo();
     }
 }