@aige/core
Version:
AI Game Engine
20 lines (19 loc) • 477 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
type: 'object',
properties: {
emoji: {
type: 'string',
description: 'The emoji of the ability'
},
name: {
type: 'string',
description: 'The name of the ability'
},
description: {
type: 'string',
description: 'The description of the ability'
}
}
};