Skip to content

Commit 75dc1e4

Browse files
committed
Nothing important
1 parent c8df0fc commit 75dc1e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/Patterns/15. Service Locator (Another Implementation)/GameController.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace ServiceLocatorPattern
1+
namespace ServiceLocatorPattern
22
{
33
using UnityEngine;
44

@@ -15,4 +15,4 @@ private void Start()
1515
thirdService?.Foo();
1616
}
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)