Skip to content

Commit ab477cb

Browse files
committed
chore: MonoSingleton -> Instantiate method is back to public to prevent backward compatibility ptoblems.
1 parent 252d4ed commit ab477cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Patterns/Singleton/MonoSingleton.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static T Instance
5555
/// But it may be useful if you want manually control when the instance is created,
5656
/// even if you do not this specific instance at the moment
5757
/// </summary>
58-
static void Instantiate()
58+
public static void Instantiate()
5959
{
6060
if (HasInstance)
6161
{

0 commit comments

Comments
 (0)