Implement Inventory Methods; Add static Inventory object to static Program class

This commit is contained in:
2025-05-14 22:08:02 -05:00
parent 62eb1deeda
commit 179e8e13f9
3 changed files with 71 additions and 9 deletions

View File

@@ -4,6 +4,9 @@ namespace C968Project;
static class Program
{
public static Inventory Inventory = new();
/// <summary>
/// The main entry point for the application.
/// </summary>