UNPKG
koishi-plugin-yunzai
Version:
latest (1.0.0-alpha.0)
1.0.0-alpha.0
0.0.1
0.0.0-preview.0
a yunzai adapter for koishi
github.com/kunzaijs/koishi-plugin-yunzai
kunzaijs/koishi-plugin-yunzai
koishi-plugin-yunzai
/
lib
/
characters
/
index.js
6 lines
(5 loc)
•
126 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
class
Character
{ }
exports
.
default
=
Character
;