gmon aliases mon
parent
e94a802034
commit
8e3cecdc6a
|
|
@ -1,7 +1,7 @@
|
|||
use ::mon::*;
|
||||
|
||||
pub type BattleInstance = mon::battle::Instance;
|
||||
pub type BattleEngine = mon::battle::Engine;
|
||||
pub type BattleTeam = mon::battle::Team;
|
||||
pub type BattleEvent = mon::battle::Event;
|
||||
pub type BattleMove = mon::battle::Move;
|
||||
pub type Instance = mon::battle::Instance;
|
||||
pub type Engine = mon::battle::Engine;
|
||||
pub type Team = mon::battle::Team;
|
||||
pub type Event = mon::battle::Event;
|
||||
pub type Move = mon::battle::Move;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
use ::mon::*;
|
||||
|
||||
pub type MonInstance = mon::mon::Instance;
|
||||
pub type MonSpecies = mon::mon::Species;
|
||||
pub type MonDex = mon::mon::Dex;
|
||||
pub type Instance = mon::mon::Instance;
|
||||
pub type Species = mon::mon::Species;
|
||||
pub type Dex = mon::mon::Dex;
|
||||
|
|
|
|||
Loading…
Reference in New Issue