@@ -61,7 +61,6 @@ This repository is about cool design patterns written in Unity3D C#.
6161
6262[ State Pattern 状态模式 ] :https://github.com/QianMo/Unity3D-Design-Patterns/tree/master/Assets/Behavioral%20Patterns/State%20Pattern
6363[ Command Pattern 命令模式 ] : https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Behavioral%20Patterns/Command%20Pattern
64- [ Flyweight Pattern 享元模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Flyweight%20Pattern
6564[ Observer Pattern 观察者模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Behavioral%20Patterns/Observer%20Pattern
6665[ Chain of Responsibility Pattern 责任链模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Behavioral%20Patterns/Chain%20of%20Responsibility%20Pattern
6766[ Mediator Pattern 中介者模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Mediator%20Pattern
@@ -71,12 +70,13 @@ This repository is about cool design patterns written in Unity3D C#.
7170[ Strategy Pattern 策略模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Behavioral%20Patterns/Strategy%20Pattern
7271[ Template Method Pattern 模板方法模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Behavioral%20Patterns/Template%20Method%20Pattern
7372[ Visitor Pattern 访问者模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Behavioral%20Patterns/Visitor%20Pattern
74- [ Adapter Pattern 适配器模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Adapter%20Pattern
75- [ Bridge Pattern 桥接模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Bridge%20Pattern
76- [ Composite Pattern 组合模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Composite%20Pattern
77- [ Decorator Pattern 装饰模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Decorator%20Pattern
78- [ Facade Pattern 外观模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Facade%20Pattern
79- [ Proxy Pattern 代理模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Proxy%20Pattern
73+ [ Adapter Pattern 适配器模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Structural%20Patterns/Adapter%20Pattern
74+ [ Bridge Pattern 桥接模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Structural%20Patterns/Bridge%20Pattern
75+ [ Composite Pattern 组合模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Structural%20Patterns/Composite%20Pattern
76+ [ Decorator Pattern 装饰模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Structural%20Patterns/Decorator%20Pattern
77+ [ Facade Pattern 外观模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Structural%20Patterns/Facade%20Pattern
78+ [ Flyweight Pattern 享元模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Structural%20Patterns/Flyweight%20Pattern
79+ [ Proxy Pattern 代理模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Structural%20Patterns/Proxy%20Pattern
8080[ Abstract Factory Pattern 抽象工厂模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Creational%20Patterns/Abstract%20Factory%20Pattern
8181[ Builder Pattern 建造者模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Creational%20Patterns/Builder%20Pattern
8282[ Factory Method Pattern 工厂方法模式 ] :https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Creational%20Patterns/Factory%20Method%20Pattern
0 commit comments