摘要:
反模式 DI anti-patterns反模式DI anti-patterns 《Dependency Injecttion Prinsciples,Practices, and Patterns》—— StevenVan Deursen and Mark Seemann 一、一、反模式 DI an 阅读全文
摘要:
Unity下简易字符串指令调试 输入相应的字符串命令即可调用特定的方法,比如让角色等级提升,生成特定数量的Boss等 using System; using UnityEngine; using System.Collections.Generic; using System.Reflection; 阅读全文