namespace TheStormThatIsApproaching
public string JudgementCut;
public string RapidSlash;
public string DeepStinger;
public static void Main()
Combo.JudgementCut = "Kneel before me!";
Combo.RapidSlash = "Too Slow!";
Combo.DeepStinger = "Here goes!";
Console.WriteLine(Combo.JudgementCut + " " + Combo.RapidSlash + " " + Combo.DeepStinger);
int style = (int)StyleRanks.ShallSurprassSparda;
Console.WriteLine(style);
int[] arr = new int[]{360, 420, 760};
Console.WriteLine(arr[761]);
Console.WriteLine("Error.");