Skip to content

Instantly share code, notes, and snippets.

@curious-username
Created September 23, 2021 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save curious-username/2b833ce473bbc797b0c49b914e02b6b3 to your computer and use it in GitHub Desktop.
Save curious-username/2b833ce473bbc797b0c49b914e02b6b3 to your computer and use it in GitHub Desktop.
shield
[SerializeField]
private GameObject _shield;
[SerializeField]
private bool _isShieldActive = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment