mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add schemas for database version 2.
This commit is contained in:
29
Cicm.Database/Schemas/Console.cs
Normal file
29
Cicm.Database/Schemas/Console.cs
Normal file
@@ -0,0 +1,29 @@
|
||||
namespace Cicm.Database.Schemas
|
||||
{
|
||||
public class Console
|
||||
{
|
||||
public int id;
|
||||
public int company;
|
||||
public string name;
|
||||
public int year;
|
||||
public int cpu1;
|
||||
public float mhz1;
|
||||
public int cpu2;
|
||||
public float mhz2;
|
||||
public int bits;
|
||||
public int ram;
|
||||
public int rom;
|
||||
public int gpu;
|
||||
public int vram;
|
||||
public string res;
|
||||
public int colors;
|
||||
public int palette;
|
||||
public int spu;
|
||||
public int schannels;
|
||||
public int mpu;
|
||||
public int mchannels;
|
||||
public int format;
|
||||
public int cap;
|
||||
public string comments;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user