mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Correct schema comments
This commit is contained in:
@@ -85,7 +85,7 @@ namespace Cicm.Database.Schemas
|
||||
public int Spu;
|
||||
/// <summary>Size in kibibytes for video RAM</summary>
|
||||
public int Vram;
|
||||
/// <summary>Introduction date, 0 if unknown</summary>
|
||||
/// <summary>Introduction date, 0 if unknown, 1000 if prototype</summary>
|
||||
public int Year;
|
||||
}
|
||||
}
|
||||
@@ -76,7 +76,7 @@ namespace Cicm.Database.Schemas
|
||||
public int Spu;
|
||||
/// <summary>Size in kibibytes for video RAM</summary>
|
||||
public int Vram;
|
||||
/// <summary>Introduction date, 0 if unknown</summary>
|
||||
/// <summary>Introduction date, 0 if unknown, 1000 if prototype</summary>
|
||||
public int Year;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user