Skip to content

Commit

Permalink
✨ 更新属性
Browse files Browse the repository at this point in the history
  • Loading branch information
xinansky committed Jun 25, 2024
1 parent f74d058 commit de1c817
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public EditorPrefsBooleanRepaint(string key, GUIContent label, bool defaultValue
/// </summary>
public static bool Enable;

[InitializeOnLoadMethod]
[AInit(EInitAttrMode.Both)]
public static void Initialize()
{
var array = Application.dataPath.Split('/');
Expand Down Expand Up @@ -236,4 +236,4 @@ public static SettingsProvider CreateSettingProvider()
};
}
}
}
}

0 comments on commit de1c817

Please sign in to comment.