Skip to content

Commit db30908

Browse files
committed
fix: stupid
1 parent 1afd96d commit db30908

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Template/Template_GenericGenerator.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#if UNITY_EDITOR
21
#pragma warning disable IDE0051
32

43
using SatorImaging.UnitySourceGenerator;
@@ -31,4 +30,3 @@ using Debug = UnityEngine.Debug;
3130
#ROOTNAMESPACEEND#
3231

3332
#pragma warning restore IDE0051
34-
#endif

Template/Template_MethodGenerator.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#if UNITY_EDITOR
21
#pragma warning disable IDE0051
32

43
using SatorImaging.UnitySourceGenerator;
@@ -50,4 +49,3 @@ namespace {context.TargetClass.Namespace}
5049
#ROOTNAMESPACEEND#
5150

5251
#pragma warning restore IDE0051
53-
#endif

0 commit comments

Comments
 (0)