UNPKG
@bot-shiki/koishi-plugin-werewolf
Version:
latest (0.3.2)
0.3.2
Touhou werewolf game
bot.shig.ma/werewolf/
bot-shiki/koishi-plugin-werewolf
@bot-shiki/koishi-plugin-werewolf
/
lib
/
action
/
remilia.d.ts
7 lines
(6 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ExpertAction
}
from
'.'
;
import
{
Identity
}
from
'../utils'
;
export
default
class
RemiliaAction
extends
ExpertAction
{
identity
:
Identity
.
Expert
;
callback
():
Promise
<
void
>; }