Fix/add namepace to code templates by jeffcampbellmakesgames · Pull Request #58 · DanielEverland/ScriptableObject-Architecture

added 2 commits

April 17, 2019 09:58
* Marked inline initialized arrays as readonly
* Removed redundant call to static EditorWindow method as SO_CodeGenerationWindow is of type EditorWindow; simplified method call.
* Updated code generation templates to include ScriptableObjectArchitecture namespace
* Updated ClampedVariable template to not include the second generic type value for IClampedVariable since that no longer exists.