1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00

docs(Statemachine): 更新抽象方法的注释说明

This commit is contained in:
2025-09-14 13:35:27 +08:00
parent 054baa4a71
commit f4e87d8d03
+1 -1
View File
@@ -341,7 +341,7 @@ func getTrackingAnchor() -> Vector2:
func isPlayer():
return is_in_group("players")
# 抽象方法
# 抽象方法,实际上是一些钩子,不需要全部实现
func ai():
pass
func attack(_type: int):