Skip to content

MonoDevelop File Template

sagivo edited this page May 21, 2014 · 3 revisions

For our sanity please use the following structure in you C# files:

public vars
private vars
awake
start
update

always call base first!

Or better yet, read this and change your base C# template for good :)

Thanks

Clone this wiki locally