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

Dummy AssemblyInfo.cs

This commit is contained in:
Andrew Cassidy 2022-10-23 22:04:04 -07:00
parent 0acc632bf3
commit 1c6aff91f4
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -329,5 +329,4 @@ ASALocalRun/
# MFractors (Xamarin productivity tool) working folder
.mfractor/
DepthMask/dlls
DepthMask/Properties/AssemblyInfo.cs
GameData

View File

@ -0,0 +1,3 @@
using System.Reflection;
[assembly: KSPAssembly("DepthMask", 99, 99, 99)]