Zinnia.Unity
Zinnia.Unity copied to clipboard
UnityEvent fields should use camelCase
This brings our codebase in line with Unity's conventions (that differ from Microsoft's and therefore general C#/.NET):
PascalCase for methods, camelCase for everything else, prefixed with _ for private fields to differentiate them from all the other camelCased ones.