Move entity schema

Move classes for work with DB in root dir. Fix problems with num cycles, after change to Enum
This commit is contained in:
2024-09-20 10:51:24 +05:00
parent 9dbd0f39fe
commit b5688b9b94
7 changed files with 44 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
namespace GenCycleVDP.Resources
{
public enum CycleStatus : ushort
public enum CycleStatus : int
{
EndTechCycle = 0,
LoadUnload = 1,