Guest User

Untitled

a guest
Oct 23rd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. ui[0] = new Menu(new Line[5]
  2. {
  3. new Line(String.Format("KSPNameGen v{0}", ProductVersion.productVersion)),
  4. new Line(new Option(new string[2]{"Future", "Standard"})),
  5. new Line(new Option(new string[3]{"Proper", "Mixed", "Constructed"})),
  6. new Line(new Option(new string[2]{"Male", "Female"})),
  7. new Line(new Option(new string[4]{"Generate", "Help", "Exit", "Options"}))
  8. }, new int[5]{0,0,0,0,0});
Add Comment
Please, Sign In to add comment