Renamed Calls -> Call

This commit is contained in:
Anuken
2019-12-26 23:00:26 -05:00
parent d6d6dc29dc
commit 98f8a1732e
4 changed files with 9 additions and 4 deletions

View File

@ -16,4 +16,5 @@ const boolp = method => new Boolp(){get: method}
const cons = method => new Cons(){get: method}
const prov = method => new Prov(){get: method}
const newEffect = (lifetime, renderer) => new Effects.Effect(lifetime, new Effects.EffectRenderer({render: renderer}))
const Calls = Packages.io.anuke.mindustry.gen.Call
Call = Packages.io.anuke.mindustry.gen.Call
const Calls = Call //backwards compat