Skip to content

Commit 90029f2

Browse files
authored
Add RemoteInteractionService API (#50)
1 parent a4dad8e commit 90029f2

File tree

8 files changed

+4354
-591
lines changed

8 files changed

+4354
-591
lines changed

apis/BUILD

+3-2
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ filegroup(
4141
name = "platform_api_protos",
4242
srcs = [
4343
"@improbable_platform//proto/improbable/spatialos/deployment:protos",
44-
"@improbable_platform//proto/improbable/spatialos/snapshot:protos",
45-
"@improbable_platform//proto/improbable/spatialos/serviceaccount:protos",
4644
"@improbable_platform//proto/improbable/spatialos/playerauth/v1alpha1:protos",
4745
"@improbable_platform//proto/improbable/spatialos/playerauth/v2alpha1:protos",
46+
"@improbable_platform//proto/improbable/spatialos/remoteinteraction/v1alpha1:protos",
47+
"@improbable_platform//proto/improbable/spatialos/serviceaccount:protos",
48+
"@improbable_platform//proto/improbable/spatialos/snapshot:protos",
4849
],
4950
)
5051

0 commit comments

Comments
 (0)