You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optionoption2=(Option)Enum.Parse(typeof(Option),"IN_WILD_MODE");
Console.WriteLine((int)option2);//new version is 199, old version is 192Optionoption2=(Option)Enum.Parse(typeof(Option),"IN_RANKED_PLAY_MODE");
Console.WriteLine((int)option2);//new version is 160, old version is 153
The text was updated successfully, but these errors were encountered:
Optionoption1=(Option)Enum.Parse(typeof(Option),"IN_WILD_MODE");
Console.WriteLine((int)option1);//new version is 210, old version is 199Optionoption2=(Option)Enum.Parse(typeof(Option),"IN_RANKED_PLAY_MODE");
Console.WriteLine((int)option2);//new version is 171, old version is 160
Optionoption1=(Option)Enum.Parse(typeof(Option),"IN_WILD_MODE");
Console.WriteLine((int)option1);//new version is 212, old version is 210Optionoption2=(Option)Enum.Parse(typeof(Option),"IN_RANKED_PLAY_MODE");
Console.WriteLine((int)option2);//new version is 173, old version is 171
https://www.cnblogs.com/chucklu/p/11184577.html
The text was updated successfully, but these errors were encountered: