Skip to content

Commit 750f9f2

Browse files
authored
Update README.md
1 parent d6ec282 commit 750f9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ Most of the of references are listed on the bottom of this page, as well as more
4646
2. [Factory Method](https://github.com/ycarowr/DesignPatterns/tree/master/Assets/Creational/FactoryMethod)
4747
3. [Singleton](https://github.com/ycarowr/DesignPatterns/tree/master/Assets/Creational/Singleton)
4848
4. [Prototype](https://github.com/ycarowr/Unity-Design-Patterns/tree/master/Assets/Creational/Prototype)
49-
5. [Service Locator](https://github.com/ycarowr/Unity-Design-Patterns/tree/master/Assets/Creational/ServiceLocator)
5049

5150
### Game Programming Patterns
5251
1. [Object Pool](https://github.com/ycarowr/DesignPatterns/tree/master/Assets/GameProgramming/ObjectPooler)
5352
2. [Subclass Sandbox](https://github.com/ycarowr/Unity-Design-Patterns/tree/master/Assets/GameProgramming/SubClassSandbox)
53+
3. [Service Locator](https://github.com/ycarowr/Unity-Design-Patterns/tree/master/Assets/GameProgramming/ServiceLocator)
5454

5555
### Structural Patterns
5656
1. [Composite](https://github.com/ycarowr/Unity-Design-Patterns/tree/master/Assets/Structural/Composite)

0 commit comments

Comments
 (0)