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