adding locations
This commit is contained in:
9
PeopleVille/Location/Store.cs
Normal file
9
PeopleVille/Location/Store.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using PeopleVille.Equipment;
|
||||
|
||||
namespace PeopleVille.Location
|
||||
{
|
||||
public class Store : Location
|
||||
{
|
||||
public Dictionary<object, int> Inventory { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user