Skip to content

Commit 913b589

Browse files
authored
Update README.md
1 parent a3bd12c commit 913b589

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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 服务定位器模式]:
99100
https://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

0 commit comments

Comments
 (0)