5 lines
100 B
GDScript
5 lines
100 B
GDScript
class_name Empty extends Bullet
|
|
|
|
func _init() -> void:
|
|
type = GLOBALS.ITEMTYPES.EMPTY
|
|
damage = 0
|