1
0
mirror of https://github.com/drewcassidy/KSP-DepthMask synced 2024-09-01 14:54:35 +00:00

Fix module name

This commit is contained in:
Andrew Cassidy 2019-06-10 21:10:39 -07:00
parent 924b5ea40c
commit 8899f57fe0
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1

View File

@ -3,7 +3,7 @@ using UnityEngine.Serialization;
namespace Restock
{
public class ModuleRestockDepthMask : PartModule
public class ModuleDepthMask : PartModule
{
// The name of the transform that has your mask mesh. The only strictly required property
[KSPField]