Skip to content

Instantly share code, notes, and snippets.

@ThinhHB
Created June 1, 2016 07:01
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 ThinhHB/0fe854920a3f6d130b7edf0bd0a57d39 to your computer and use it in GitHub Desktop.
Save ThinhHB/0fe854920a3f6d130b7edf0bd0a57d39 to your computer and use it in GitHub Desktop.
// -----DO
[SerializeField] int playerHP;
[serializeField] int bullet;
//---- DONT
public int playerHP;
public int bullet;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment