diff options
author | chai <chaifix@163.com> | 2022-11-05 13:26:20 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-11-05 13:26:20 +0800 |
commit | 70be7b663eed34ec4a96328274c19452c9232c11 (patch) | |
tree | 7a690b4b65fd4521381e634c2ce5b669e8f6674c | |
parent | 7d37b5e597fe499194d5c66aad63e0780725e9c5 (diff) |
+技能图标网站
-rw-r--r-- | Documents/技能图标/网站.txt | 1 | ||||
-rw-r--r-- | Erika/Assets/Scripts/Skill/QTEManager.cs | 12 |
2 files changed, 4 insertions, 9 deletions
diff --git a/Documents/技能图标/网站.txt b/Documents/技能图标/网站.txt new file mode 100644 index 00000000..05ae0541 --- /dev/null +++ b/Documents/技能图标/网站.txt @@ -0,0 +1 @@ +https://www.aigei.com/s?tab=folder&q=%E6%8A%80%E8%83%BD%E5%9B%BE%E6%A0%87
\ No newline at end of file diff --git a/Erika/Assets/Scripts/Skill/QTEManager.cs b/Erika/Assets/Scripts/Skill/QTEManager.cs index a96291cd..a25e98ff 100644 --- a/Erika/Assets/Scripts/Skill/QTEManager.cs +++ b/Erika/Assets/Scripts/Skill/QTEManager.cs @@ -4,13 +4,7 @@ using UnityEngine; public class QTEManager : MonoBehaviour { - // Start is called before the first frame update - void Start() - { - } - // Update is called once per frame - void Update() - { - } -} + + +}
\ No newline at end of file |