mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 15:01:53 +08:00
6 lines
103 B
GDScript
6 lines
103 B
GDScript
|
|
extends BulletBase
|
||
|
|
class_name MTYSprint
|
||
|
|
|
||
|
|
func ai():
|
||
|
|
PresetBulletAI.lockLauncher(self, launcher, true)
|