File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ This repository is about cool design patterns written in Unity3D C#.
5151* [ Event Queue Pattern 事件队列模式]
5252* [ Game Loop Pattern 游戏循环模式]
5353* [ Service Locator Pattern 服务定位器模式]
54+ * [ Data Locality Pattern 数据局部性模式]
5455
5556<br >
5657
@@ -97,7 +98,8 @@ This repository is about cool design patterns written in Unity3D C#.
9798[ Game Loop Pattern 游戏循环模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Game%20Programming%20Patterns/Game%20Loop%20Pattern
9899[ Service Locator Pattern 服务定位器模式] :
99100https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Game%20Programming%20Patterns/Service%20Locator%20Pattern
100-
101+ [ Data Locality Pattern 数据局部性模式] :
102+ https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Game%20Programming%20Patterns/Data%20Locality%20Pattern
101103
102104
103105
You can’t perform that action at this time.
0 commit comments