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
/
exile.d.ts
6 lines
(5 loc)
•
136 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
VoteAction
}
from
'.'
;
export
default
class
ExileAction
extends
VoteAction
{
action
():
Promise
<
void
>;
private
round; }