AgentVerse's picture
first commit
670a607
raw
history blame
210 Bytes
import Anchor from './anchor'
export default class AnchorPlugin extends Phaser.Plugins.BasePlugin {
add(
gameObject: Phaser.GameObjects.GameObject,
config?: Anchor.IConfig
): Anchor;
}