File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ private void Generate () {
113113 "using ElRaccoone.EntityComponentSystem;" ,
114114 _importCommonNamespaces ? "using UnityEngine;" : null ,
115115 _importCommonNamespaces ? "using System.Collections.Generic;" : null ,
116-
116+ "" ,
117117 _addFileHeaderComments ? "/// Project: " + PlayerSettings . productName : null ,
118118 _addFileHeaderComments ? "/// Author: " : null ,
119119 _addFileHeaderComments ? "/// Entity Component for " + _fileName + "." : null ,
@@ -126,7 +126,7 @@ private void Generate () {
126126 "using ElRaccoone.EntityComponentSystem;" ,
127127 _importCommonNamespaces ? "using UnityEngine;" : null ,
128128 _importCommonNamespaces ? "using System.Collections.Generic;" : null ,
129-
129+ "" ,
130130 _addFileHeaderComments ? "/// Project: " + PlayerSettings . productName : null ,
131131 _addFileHeaderComments ? "/// Author: " : null ,
132132 _addFileHeaderComments ? "/// Entity System for " + _fileName + "." : null ,
You can’t perform that action at this time.
0 commit comments