API:KSPModule
From Kerbal Space Program Wiki
Revision as of 15:15, 11 October 2015 by Glyph (talk | contribs) (Created page with "An attribute with unknown use, possibly for classes extending PartModule. Seems unnecessary to use this. <syntaxhighlight>public class KSPModule : Attribut...")
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); }