Correct schema comments

This commit is contained in:
2018-04-14 04:18:01 +01:00
parent c2fc4864ab
commit e70211e1e3
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}
}