mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-23 16:26:15 -05:00
simulator.js doesn't actually contain the simulator, but is really just an implementation of battles in the RoomGame interface. Renames: `Simulator.Battle` -> `Rooms.RoomBattle` `Simulator.BattlePlayer` -> `Rooms.RoomBattlePlayer` `Simulator.SimulatorManager` -> `Rooms.SimulatorManager` `Simulator.SimulatorProcess` -> `Rooms.SimulatorProcess` `Simulator.create` -> no longer exists, use `new Rooms.RoomBattle(...)` |
||
|---|---|---|
| .. | ||
| process-manager.js | ||
| rooms.js | ||
| simulator.js | ||
| team-validator.js | ||
| users.js | ||