Updated packages

This commit is contained in:
neauoire
2020-03-23 21:09:40 +09:00
parent 8f27db6fb1
commit 31b6f48e5d
6 changed files with 82 additions and 8 deletions

View File

@@ -23,6 +23,7 @@ function Client () {
this.history = new History(this)
this.source = new Source(this)
this.listener = new Listener(this)
this.manager = new Manager(this)
this.renderer = new Renderer(this)
this.tool = new Tool(this)