This commit is contained in:
2025-04-29 21:11:49 -05:00
commit a7c02cf29f
12 changed files with 348 additions and 0 deletions

6
C968Project/Inhouse.cs Normal file
View File

@@ -0,0 +1,6 @@
namespace C968Project;
public class Inhouse : Part
{
public int MachineID { get; set; }
}