Class BaseCampaignPlugin

java.lang.Object
com.fs.starfarer.api.campaign.BaseCampaignPlugin
All Implemented Interfaces:
CampaignPlugin
Direct Known Subclasses:
CoreCampaignPluginImpl

public class BaseCampaignPlugin extends Object implements CampaignPlugin
Extend this class instead of implementing CampaignPlugin for convenience if you do not intend to implement all the methods. This will also help avoid your mod breaking when new methods are added to CampaignPlugin, since default implemenations will be added here and your implementation will inherit them.
Author:
Alex Mosolov Copyright 2013 Fractal Softworks, LLC