enabled enforced static typing
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
class_name FlamethrowerTower extends ShapecastTower
|
||||
|
||||
|
||||
func build_status_object() -> StatusEffect:
|
||||
var status: StatusDoT = StatusDoT.new()
|
||||
status.stats = status_stats
|
||||
return status
|
Reference in New Issue
Block a user