fix: remove calling of deleted old choregraphy system

This commit is contained in:
Kazhnuz 2020-07-25 11:20:18 +02:00
parent 808108c3f3
commit 08c5724e96

View file

@ -1,8 +1,6 @@
local Battler = require("scenes.battlesystem.actors.battler") local Battler = require("scenes.battlesystem.actors.battler")
local Hero = Battler:extend() local Hero = Battler:extend()
local ChoregraphySystem = require "scenes.battlesystem.actors.systems.choregraphy"
-- INIT FUNCTIONS -- INIT FUNCTIONS
-- Initialize the hero -- Initialize the hero