initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Windows.Media.Imaging;
|
||||
|
||||
namespace Crysome.Server.Model;
|
||||
|
||||
public class InventoryDot
|
||||
{
|
||||
public string Id { get; set; }
|
||||
|
||||
public bool Present { get; set; }
|
||||
|
||||
public BitmapImage Icon { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user