Advertisement
Guest User

Untitled

a guest
Nov 14th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.10 KB | None | 0 0
  1.     public void ToggleVisible(bool showWeapon)
  2.     {
  3.         model.SetActive(showWeapon);
  4.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement