UNPKG

paella-core

Version:
12 lines (10 loc) 260 B
import Plugin from './Plugin'; export default class UserInterfacePlugin extends Plugin { constructor(player,config,name) { super(player,config,name); this.__uiPlugin = true; } async getDictionaries() { return null; } }