conforms file names to consistant standard
This commit is contained in:
8
weapons/flamethrower_weapon/scr_flamethrower_weapon.gd
Normal file
8
weapons/flamethrower_weapon/scr_flamethrower_weapon.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
class_name FlamethrowerWeapon
|
||||
extends ShapecastWeapon
|
||||
|
||||
|
||||
func build_status_object() -> StatusEffect:
|
||||
var status: StatusDoT = StatusDoT.new()
|
||||
status.stats = status_stats
|
||||
return status
|
||||
Reference in New Issue
Block a user