1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-20 08:15:49 +02:00
This commit is contained in:
syuilo
2024-01-19 18:35:53 +09:00
parent 4c43ee4b53
commit 353098f576
27 changed files with 872 additions and 822 deletions

View File

@@ -170,9 +170,7 @@ export interface ReversiEventTypes {
}
export interface ReversiGameEventTypes {
accept: boolean;
cancelAccept: undefined;
changeAcceptingStates: {
changeReadyStates: {
user1: boolean;
user2: boolean;
};
@@ -181,7 +179,7 @@ export interface ReversiGameEventTypes {
value: any;
};
putStone: {
at: Date;
at: number;
color: boolean;
pos: number;
next: boolean;