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

Remove Restock from namespace

This commit is contained in:
Andrew Cassidy 2019-09-01 21:24:38 -07:00
parent 98777f5448
commit d95540664c
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1

View File

@ -1,7 +1,7 @@
using UnityEngine;
using UnityEngine.Serialization;
namespace Restock
namespace DepthMask
{
public class ModuleDepthMask : PartModule
{