mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-20 08:15:49 +02:00
wip
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user