Skip to content

Commit

Permalink
Make game manager settings public
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvinas01 committed Oct 4, 2023
1 parent ef90c10 commit a699ea2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace CHARK.GameManagement
menuName = CreateAssetMenuConstants.BaseMenuName + "/Game Manager Settings",
order = CreateAssetMenuConstants.BaseOrder
)]
internal sealed class GameManagerSettings : ScriptableObject, IGameManagerSettings
public sealed class GameManagerSettings : ScriptableObject, IGameManagerSettings
{
#if ODIN_INSPECTOR
[Sirenix.OdinInspector.FoldoutGroup("General", Expanded = true)]
Expand Down

0 comments on commit a699ea2

Please sign in to comment.