Implement Inventory Methods; Add static Inventory object to static Program class
This commit is contained in:
@@ -4,6 +4,9 @@ namespace C968Project;
|
||||
|
||||
static class Program
|
||||
{
|
||||
|
||||
public static Inventory Inventory = new();
|
||||
|
||||
/// <summary>
|
||||
/// The main entry point for the application.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user