Skip to content

Instantly share code, notes, and snippets.

@BenTristem
Created July 10, 2018 19:13
Show Gist options
  • Save BenTristem/df27ad2d7f9fe5d65da631fe79280e3f to your computer and use it in GitHub Desktop.
Save BenTristem/df27ad2d7f9fe5d65da631fe79280e3f to your computer and use it in GitHub Desktop.
A way of structuring the top of your Unity Engine MonoBehaviour classes
// configuration PARAMETERS, consider ScriptableObject
    
// private instance variables for STATE
// cached REFERENCES for readability
// messages, then public METHODS, then private methods...
@Lee-Xiao-Long
Copy link

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment