增加高亮功能

This commit is contained in:
2025-04-02 18:28:34 +08:00
parent 8fb3940158
commit 2c46185f49
26 changed files with 1197 additions and 13124 deletions
@@ -120,6 +120,13 @@ namespace AibisDream
return sq;
}
public void ActivePull()
{
isPullActive = true;
var pull = GetComponentInChildren<CordPull>();
pull.ActiveShine();
}
}
[Serializable]