We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
getFilterPlayerView
internal
1 parent 2d72dce commit 7b15179Copy full SHA for 7b15179
1 file changed
packages/internal.ts
@@ -9,6 +9,7 @@
9
import { InitializeGame } from '../src/core/initialize';
10
import { ProcessGameConfig } from '../src/core/game';
11
import { CreateGameReducer } from '../src/core/reducer';
12
+import { getFilterPlayerView } from '../src/master/filter-player-view';
13
import { Async, Sync } from '../src/server/db/base';
14
import { Transport } from '../src/client/transport/transport';
15
import { createMatch } from '../src/server/util';
@@ -21,4 +22,5 @@ export {
21
22
InitializeGame,
23
CreateGameReducer,
24
createMatch,
25
+ getFilterPlayerView,
26
};
0 commit comments