Example #1
0
 public void SetFlashColor(Color color)
 {
     if (muzzleFlash != null)
     {
         muzzleFlash.SetColor(color);
     }
 }