Skip to content

Commit 7900b76

Browse files
committed
add a new field 'player' that represents the ID of the player who has requested the instance
1 parent 124b2a2 commit 7900b76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

proto/customisation.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ message UpdateRuntimeOptionsRequest {
2121

2222
// The incoming RuntimeOptions object that will be modified and sent back
2323
RuntimeOptions runtimeOptions = 3;
24+
25+
// The ID of the player that is requesting an instance
26+
string player = 4;
2427
}
2528

2629
message UpdateRuntimeOptionsResponse {

0 commit comments

Comments
 (0)