diff options
-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 |