Merge pull request #164 from gcsoftware/patch-1

Fix for missing PokeDex module
This commit is contained in:
Felix Maier 2016-09-13 07:19:20 +02:00 committed by GitHub
commit c74728cec2

View File

@ -4,7 +4,7 @@ import Bag from "./Bag";
import Info from "./Info";
import Party from "./Party";
import Avatar from "./Avatar";
import Pokedex from "./Pokedex";
import Pokedex from "./PokeDex";
import Contact from "./Contact";
import CandyBag from "./CandyBag";
import Tutorial from "./Tutorial";
@ -349,4 +349,4 @@ export default class Player extends MapObject {
}
inherit(Player, _packets);
inherit(Player, _packets);