Package org.criticalfailure.torchlight.campaign.srd4.actions

Examples of org.criticalfailure.torchlight.campaign.srd4.actions.SRD4CampaignCreatorAction


     *
     * @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.actions.SRD4CampaignCreatorAction

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.