Skip to content

Commit c6f3c92

Browse files
committed
feat: Made ProjectSettings public
1 parent 1624ae9 commit c6f3c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Editor/ProjectSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
using UnityEditor.SettingsManagement;
44

5-
internal static class ProjectSettings
5+
public static class ProjectSettings
66
{
77
private const string PackageName = "com.solidalloy.type-references";
88

0 commit comments

Comments
 (0)