enabled enforced static typing
This commit is contained in:
7
PCs/Mechanic/ClassCards/Reactor/weapon_reactor.gd
Normal file
7
PCs/Mechanic/ClassCards/Reactor/weapon_reactor.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
class_name ReactorWeapon 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