Examples of GameCharacterLoader


Examples of transientlibs.bindedobjects.core.loaders.GameCharacterLoader

    public SkillSet skillSet = new SkillSet();
   
    public static LesserBindedValueContainer<GameCharacter> container = new LesserBindedValueContainer<GameCharacter>(Binding.characterBinding);

    public static void loadCharacters() {
        GameCharacterLoader gcl = new GameCharacterLoader(container);
        gcl.loadNpc();
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.