class_name TickEvent extends NBattleEvent var tick: int func _init(tick_val: int) -> void: tick = tick_val func get_type() -> Type: return Type.TICK