Exemplo n.º 1
0
 public static void Setup()
 {
     Ruby.Initialize();
     RPG.Create();
     Table.Create();
     Tone.Create();
     Map.Create();
     AudioFile.Create();
     Event.Create();
     Page.Create();
     EventCommand.Create();
     Condition.Create();
     MoveRoute.Create();
     MoveCommand.Create();
     Graphic.Create();
     MapInfo.Create();
     Tileset.Create();
 }