Example #1
0
 public API(Cuenta cuenta, ManejadorAcciones manejar_acciones)
 {
     inventario = new InventarioApi(cuenta, manejar_acciones);
     personaje  = new PersonajeApi(cuenta);
     mapa       = new MapaApi(cuenta, manejar_acciones);
     npc        = new NpcAPI(cuenta, manejar_acciones);
     pelea      = new PeleaApi(cuenta, manejar_acciones);
 }
Example #2
0
 public API(Account cuenta, ActionsManager manejar_acciones)
 {
     inventario = new InventarioApi(cuenta, manejar_acciones);
     personaje  = new PersonajeApi(cuenta);
     mapa       = new MapaApi(cuenta, manejar_acciones);
     npc        = new NpcAPI(cuenta, manejar_acciones);
     pelea      = new PeleaApi(cuenta, manejar_acciones);
 }