|
- import { Wolf } from './creatures/wolf'
- import { Player } from './creatures/player'
- import { Cafat } from './creatures/cafat'
- import { Human } from './creatures/human'
- import { Withers } from './creatures/withers'
- import { Kenzie } from './creatures/kenzie'
- import { Dragon } from './creatures/dragon'
- import { Shingo } from './creatures/shingo'
- import { Goldeneye } from './creatures/goldeneye'
-
- export { Wolf, Player, Cafat, Human, Withers, Kenzie, Dragon, Shingo, Goldeneye }
|