Skip to content

Instantly share code, notes, and snippets.

@fbslo
Last active February 19, 2022 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fbslo/684bd04a5f9f7b78dd4f1437105fe5d6 to your computer and use it in GitHub Desktop.
Save fbslo/684bd04a5f9f7b78dd4f1437105fe5d6 to your computer and use it in GitHub Desktop.
syntax = "proto3";
package dice;
// @description Play the game
// @read-only false
message play_arguments {}
message play_result {
bool value = 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment