6 lines
90 B
C#
6 lines
90 B
C#
public enum News2Outcome
|
|
{
|
|
NotNews2Code,
|
|
IncompleteParameters,
|
|
ScoreComputed
|
|
} |