File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ This repository is about cool design patterns written in Unity3D C#.
5252* [ Game Loop Pattern 游戏循环模式]
5353* [ Service Locator Pattern 服务定位器模式]
5454* [ Data Locality Pattern 数据局部性模式]
55+ * [ Dirty Flag Pattern 脏标记模式]
5556
5657<br >
5758
@@ -100,8 +101,8 @@ This repository is about cool design patterns written in Unity3D C#.
100101https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Game%20Programming%20Patterns/Service%20Locator%20Pattern
101102[ Data Locality Pattern 数据局部性模式] :
102103https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Game%20Programming%20Patterns/Data%20Locality%20Pattern
103-
104-
104+ [ Dirty Flag Pattern 脏标记模式 ] :
105+ https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Game%20Programming%20Patterns/Dirty%20Flag%20Pattern
105106
106107
107108
You can’t perform that action at this time.
0 commit comments