This commit is contained in:
2024-09-08 02:00:18 -07:00
parent 5240fd5f92
commit 29a6d1072c
36 changed files with 1194 additions and 203 deletions

View File

@@ -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()