File size: 210 Bytes
670a607
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import Anchor from './anchor'

export default class AnchorPlugin extends Phaser.Plugins.BasePlugin {
    add(
        gameObject: Phaser.GameObjects.GameObject,
        config?: Anchor.IConfig
    ): Anchor;

}