Skip to content

Commit 733cd8c

Browse files
committed
Update Readme
1 parent 2d0785e commit 733cd8c

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
@@ -7,6 +7,7 @@ This repository contains examples and explanations of common code patterns used
77
- [x] [Model-View-Controller (MVC)](https://github.com/freddynewton/UnityCodePatterns/blob/main/Assets/01.%20Scripts/MVC/MVC%20Pattern.md)
88
- [x] [Singleton](https://github.com/freddynewton/UnityCodePatterns/blob/main/Assets/01.%20Scripts/Singleton/Singleton%20Pattern.md)
99
- [x] [Object Pooling](https://github.com/freddynewton/UnityCodePatterns/blob/main/Assets/01.%20Scripts/Object%20Pooling/Object%20Pooling%20Pattern.md)
10+
- [x] [Dependency Injection with VContainer](https://github.com/freddynewton/UnityCodePatterns/blob/main/Assets/01.%20Scripts/Dependency%20Injection/Dependency%20Injection%20VContainer.md)
1011

1112
## Planned Patterns (Not Yet Implemented)
1213

@@ -16,7 +17,6 @@ This repository contains examples and explanations of common code patterns used
1617
- [ ] Factory Method
1718
- [ ] Strategy Pattern
1819
- [ ] Service Locator
19-
- [ ] Dependency Injection
2020
- [ ] Decorator Pattern
2121
- [ ] Flyweight Pattern
2222

0 commit comments

Comments
 (0)