Skip to content

Commit

Permalink
fix another compile error when not using bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Hertzole committed Jan 8, 2025
1 parent f9074a5 commit 7f9f67e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#if SCRIPTABLE_VALUES_PROPERTIES
using Unity.Properties;
#endif
using Debug = UnityEngine.Debug;

#if !SCRIPTABLE_VALUES_RUNTIME_BINDING
using System.Runtime.CompilerServices;
Expand Down

0 comments on commit 7f9f67e

Please sign in to comment.