This commit is contained in:
syuilo 2018-10-11 23:07:20 +09:00
parent e85f9f4aa5
commit e94c73efe2
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
15 changed files with 15 additions and 15 deletions

View file

@ -9,7 +9,7 @@ import Channel from '../../channel';
export default class extends Channel {
public readonly chName = 'gamesReversiGame';
public readonly shouldShare = false;
public static shouldShare = false;
private gameId: mongo.ObjectID;

View file

@ -6,7 +6,7 @@ import Channel from '../../channel';
export default class extends Channel {
public readonly chName = 'gamesReversi';
public readonly shouldShare = true;
public static shouldShare = true;
@autobind
public async init(params: any) {