Major refactor and cleanup.

This commit is contained in:
2025-11-13 04:05:35 +00:00
parent 1d67081792
commit 8f6d334af4
833 changed files with 86800 additions and 74355 deletions

View File

@@ -23,13 +23,12 @@
// Copyright © 2003-2021 Natalia Portillo
*******************************************************************************/
namespace Marechai.Database.Models
namespace Marechai.Database.Models;
// Not for a table
public class VariableBlockSize
{
// Not for a table
public class VariableBlockSize
{
public ulong Start { get; set; }
public ulong End { get; set; }
public uint Size { get; set; }
}
public ulong Start { get; set; }
public ulong End { get; set; }
public uint Size { get; set; }
}