idk
This commit is contained in:
@@ -40,6 +40,8 @@ public interface IGameRepo : IDisposable
|
||||
public AutoProp<int> VTBarValue { get; }
|
||||
|
||||
bool IsWithinDialogueSpace { get; set; }
|
||||
|
||||
public int MaxItemSize { get; }
|
||||
}
|
||||
|
||||
public class GameRepo : IGameRepo
|
||||
@@ -76,6 +78,8 @@ public class GameRepo : IGameRepo
|
||||
|
||||
public bool IsWithinDialogueSpace { get; set; }
|
||||
|
||||
public int MaxItemSize => 0;
|
||||
|
||||
private bool _disposedValue;
|
||||
|
||||
public GameRepo()
|
||||
|
||||
Reference in New Issue
Block a user