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
32bca13b27f8f7157d7127378288a412fb45ac24
Authored by
zhouahaihai
2019-01-23 15:22:44 +0800
1 parent
014efebb
bug
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/adv/AdvBattle.lua
Inline
Side-by-side
src/adv/AdvBattle.lua
Wrap text
Show/Hide comments
View file @
32bca13
1
1
local Player, Enemy = table.unpack(require "adv.advPlayer")
2
2
local Buff = require "adv.AdvBuff"
3
+local Passive = require "adv.AdvPassive"
3
4
local Battle = class("Battle")
4
5
function Battle:ctor(adv)
5
6
self.adv = adv
...
...