mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
5 lines
149 B
C#
5 lines
149 B
C#
namespace ConformalDecals {
|
|
public class ModuleConformalDecal : PartModule {
|
|
[KSPField] public string decalPreviewTransform = "";
|
|
}
|
|
} |