Package org.criticalfailure.torchlight.core.encounter.common.entity

Examples of org.criticalfailure.torchlight.core.encounter.common.entity.Encounter


        }

        campaign.addObjectInstance(oi);

        // create a new encounter (facade entity object, object instance)
        Encounter enc = new Encounter();
        enc.setName(Messages.getString("encounter.common.ui.action.build.encounter.default_name.text"));
        enc.setObjectInstance(oi);

        // save the instance and template
        try {
            campaign.save();
            oi.save();
View Full Code Here

TOP

Related Classes of org.criticalfailure.torchlight.core.encounter.common.entity.Encounter

Copyright © 2018 www.massapicom. 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.