Skip to content

Commit

Permalink
Missing compiler if
Browse files Browse the repository at this point in the history
  • Loading branch information
nrgill28 committed May 2, 2021
1 parent 1b05383 commit bf7e34b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions WurstMod/MappingComponents/Generic/HandTrigger.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
using System;
using UnityEngine;
using UnityEngine;
using UnityEngine.Events;
#if UNITY_EDITOR
using WurstMod.UnityEditor;
#endif

namespace WurstMod.MappingComponents.Generic
{
Expand Down

0 comments on commit bf7e34b

Please sign in to comment.