export type GeneralCreateGameObjectCallbackType = (
    scene: Phaser.Scene,
    config?: Object
) => Phaser.GameObjects.GameObject;