Commit 19d8c401054c20cd4a5f78847010acef01da73e1

Authored by zhouhaihai
1 parent 9812cb83

大小写

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/adv/AdvBattle.lua
1   -local Player, Enemy = table.unpack(require "adv.advPlayer")
  1 +local Player, Enemy = table.unpack(require "adv.AdvPlayer")
2 2 local Buff = require "adv.AdvBuff"
3 3 local Passive = require "adv.AdvPassive"
4 4 local Battle = class("Battle")
... ...