修正 player 加上projection

This commit is contained in:
Wang Kejun 2023-08-07 17:14:03 +08:00
parent eb833e0ab2
commit bc74762300
2 changed files with 8 additions and 0 deletions

View File

@ -105,6 +105,10 @@ var BackendRuntimeContext = /** @class */ (function (_super) {
userState: 1,
isRoot: 1,
},
player: {
id: 1,
isRoot: 1,
}
},
filter: {
id: tokenValue,

View File

@ -72,6 +72,10 @@ export class BackendRuntimeContext<ED extends EntityDict>
userState: 1,
isRoot: 1,
},
player: {
id: 1,
isRoot: 1,
},
},
filter: {
id: tokenValue,