mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-02 17:31:55 +08:00
f018378053
添加无限之剑子弹相关资源文件、脚本和场景配置 实现子弹基础AI逻辑 为Wuwei子弹添加空shoot方法
6 lines
63 B
GDScript
6 lines
63 B
GDScript
extends BulletBase
|
|
class_name WuweiBullet
|
|
|
|
func shoot():
|
|
pass
|