Skip to content

Commit

Permalink
Fixed compile issue without localization
Browse files Browse the repository at this point in the history
  • Loading branch information
Hertzole committed Jun 13, 2022
1 parent 8fd17e9 commit 2dc682c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
using System;
using System.Collections.Generic;
using UnityEngine;
#if HERTZ_SETTINGS_LOCALIZATION
using UnityEngine.Localization;
#endif

namespace Hertzole.SettingsManager
{
Expand Down

0 comments on commit 2dc682c

Please sign in to comment.