修正 player 加上projection
This commit is contained in:
parent
eb833e0ab2
commit
bc74762300
|
|
@ -105,6 +105,10 @@ var BackendRuntimeContext = /** @class */ (function (_super) {
|
|||
userState: 1,
|
||||
isRoot: 1,
|
||||
},
|
||||
player: {
|
||||
id: 1,
|
||||
isRoot: 1,
|
||||
}
|
||||
},
|
||||
filter: {
|
||||
id: tokenValue,
|
||||
|
|
|
|||
|
|
@ -72,6 +72,10 @@ export class BackendRuntimeContext<ED extends EntityDict>
|
|||
userState: 1,
|
||||
isRoot: 1,
|
||||
},
|
||||
player: {
|
||||
id: 1,
|
||||
isRoot: 1,
|
||||
},
|
||||
},
|
||||
filter: {
|
||||
id: tokenValue,
|
||||
|
|
|
|||
Loading…
Reference in New Issue