API:KSPModule

From Kerbal Space Program Wiki
Revision as of 15:16, 11 October 2015 by Glyph (talk | contribs)
Jump to: navigation, search
  • KSPModule* is an attribute with unknown use, possibly for classes extending PartModule. Seems unnecessary to use this.
public class KSPModule : Attribute
{
    public string guiName;
 
    public KSPModule(string guiName);
}