Ejemplo n.º 1
0
 public override void Begin()
 {
     // Beginning the character creation sub-state handler should automatically set and Begin the first sub-state, and print the associated input prompt.
     subStateHandler.Begin();
 }