Skip to content

Commit 6235e32

Browse files
Disable CS0649 warning
1 parent 2f1eb04 commit 6235e32

File tree

1 file changed

+2
-0
lines changed
  • UnityProject/Assets/Plugins/Zenject/Source/Runtime/Kernels

1 file changed

+2
-0
lines changed

UnityProject/Assets/Plugins/Zenject/Source/Runtime/Kernels/MonoKernel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#if !NOT_UNITY3D
22

3+
#pragma warning disable 649
4+
35
using ModestTree;
46
using UnityEngine;
57
using UnityEngine.Analytics;

0 commit comments

Comments
 (0)