Change battle actions to use battle decisions instead.
This commit is contained in:
@@ -4,7 +4,6 @@ class_name BattleScene extends Node3D
|
||||
|
||||
func _init() ->void:
|
||||
BATTLE.battleScene = self
|
||||
|
||||
BATTLE.battleStarted.connect(onBattleStarted)
|
||||
|
||||
func onBattleStarted() -> void:
|
||||
|
||||
Reference in New Issue
Block a user