Skip to content

Commit

Permalink
Make Initialize method internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexejhero authored Mar 5, 2024
1 parent 916d5fa commit bc5b237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Submerged/Enums/CustomSystemTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Submerged.Enums;

public readonly struct CustomSystemTypes
{
public static void Initialize()
internal static void Initialize()
{
SystemTypeHelpers.AllTypes = SystemTypeHelpers.AllTypes.Concat(All.Select(t => t.systemType)).ToArray();
}
Expand Down

0 comments on commit bc5b237

Please sign in to comment.