refactor: rename NotifyPropertyChanged to ObservableObject
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Client.Domain.ValueObjects
|
||||
{
|
||||
public class InventoryInfo : NotifyPropertyChanged
|
||||
public class InventoryInfo : ObservableObject
|
||||
{
|
||||
private uint maxWeight;
|
||||
private uint weight;
|
||||
|
Reference in New Issue
Block a user