import RandomPlace from './randomplace';

export default class RandomPlacePlugin extends Phaser.Plugins.BasePlugin {
    randomPlace: typeof RandomPlace

}