Package org.criticalfailure.torchlight.campaign.srd4.entity

Examples of org.criticalfailure.torchlight.campaign.srd4.entity.SRD4Campaign


     *
     * @see org.criticalfailure.torchlight.core.domain.factory.ICampaignCreator#createCampaign()
     */
    public AbstractCampaign createCampaign() {

        SRD4Campaign c = (SRD4Campaign)appContext.getBean("srd4Campaign");

        // TODO: initialization

        return c;
    }
View Full Code Here

TOP

Related Classes of org.criticalfailure.torchlight.campaign.srd4.entity.SRD4Campaign

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.