File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ This repository is about cool design patterns written in Unity3D C#.
50
50
* [ Component Pattern 组件模式]
51
51
* [ Event Queue Pattern 事件队列模式]
52
52
* [ Game Loop Pattern 游戏循环模式]
53
+ * [ Service Locator Pattern 服务定位器模式]
53
54
54
55
<br >
55
56
@@ -94,6 +95,8 @@ This repository is about cool design patterns written in Unity3D C#.
94
95
[ Component Pattern 组件模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Game%20Programming%20Patterns/Component%20Pattern
95
96
[ Event Queue Pattern 事件队列模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Game%20Programming%20Patterns/Event%20Queue%20Pattern
96
97
[ Game Loop Pattern 游戏循环模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Game%20Programming%20Patterns/Game%20Loop%20Pattern
98
+ [ Service Locator Pattern 服务定位器模式] :
99
+ https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Game%20Programming%20Patterns/Service%20Locator%20Pattern
97
100
98
101
99
102
You can’t perform that action at this time.
0 commit comments