Fix spelling of Grey
This commit is contained in:
parent
cd0b1c4bdc
commit
18200217f3
@ -78,7 +78,7 @@ namespace EduNetworkBuilder
|
||||
/// WhatFrom: If we are launched from a homework, we remember it here.
|
||||
/// </summary>
|
||||
public SchoolworkClass WhatFrom = null;
|
||||
public List<string> ColorNames = new List<string>() { "Black", "White", "Green", "LightGreen", "Blue", "LightBlue", "Grey", "Brown", "SaddleBrown", "Empty" };
|
||||
public List<string> ColorNames = new List<string>() { "Black", "White", "Green", "LightGreen", "Blue", "LightBlue", "Gray", "Brown", "SaddleBrown", "Empty" };
|
||||
|
||||
|
||||
public Network(string Name)
|
||||
|
Loading…
Reference in New Issue
Block a user