GITLAB
wasteland
/
server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
19d8c401054c20cd4a5f78847010acef01da73e1
Authored by
zhouhaihai
2019-07-27 16:10:08 +0800
1 parent
9812cb83
大小写
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/adv/AdvBattle.lua
Inline
Side-by-side
src/adv/AdvBattle.lua
Wrap text
Show/Hide comments
View file @
19d8c40
1
-local Player, Enemy = table.unpack(require "adv.
a
dvPlayer")
1
+local Player, Enemy = table.unpack(require "adv.
A
dvPlayer")
2
2
local Buff = require "adv.AdvBuff"
3
3
local Passive = require "adv.AdvPassive"
4
4
local Battle = class("Battle")
...
...