1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-13 07:07:12 +08:00
Files
Dog-Lynx-And-HCN/scripts/Contents/Characters/Bear.gd
T

9 lines
139 B
GDScript
Raw Normal View History

extends EntityBase
class_name Bear # 攻击方式模仿泰拉瑞亚光之女皇
func ai():
pass
func attack(type):
if type == 0:
pass