LabWork_06 #12

Closed
maxnes3 wants to merge 10 commits from LabWork_06 into LabWork_05
Showing only changes of commit 1fea5cae98 - Show all commits

View File

@ -22,10 +22,5 @@ namespace WarmlyShip
BodyColor = bodyColor;
}
public static EntityWarmlyShip Creator(string data)
{
string[] strs = data.Split(':');
return new EntityWarmlyShip(Convert.ToInt32(strs[0]), Convert.ToInt32(strs[1]), Color.FromName(strs[2]));
}
}
}