HighNoonRoulette/scripts/item/bullet/Empty/empty.gd
2025-08-28 01:55:38 +02:00

5 lines
100 B
GDScript

class_name Empty extends Bullet
func _init() -> void:
type = GLOBALS.ITEMTYPES.EMPTY
damage = 0