Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 6b141da

Browse files
Suppressed unnecessary warning in BaseGameEventListener
1 parent e7b2d2c commit 6b141da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Assets/SO Architecture/Events/Listeners/BaseGameEventListener.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,10 @@ private void OnDisable()
8484
public abstract class DebuggableGameEventListener : SOArchitectureBaseMonobehaviour, IStackTraceObject
8585
{
8686
#if UNITY_EDITOR
87+
#pragma warning disable 0414
8788
[SerializeField]
8889
private bool _showDebugFields = false;
90+
#pragma warning restore
8991
[SerializeField]
9092
private bool _enableGizmoDebugging = true;
9193
[SerializeField]

0 commit comments

Comments
 (0)