diff options
Diffstat (limited to 'disappear_actor_command.proto')
| -rw-r--r-- | disappear_actor_command.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/disappear_actor_command.proto b/disappear_actor_command.proto new file mode 100644 index 0000000..fe7770a --- /dev/null +++ b/disappear_actor_command.proto @@ -0,0 +1,5 @@ +syntax = "proto3"; + +package whirl; + +message DisappearActorCommand {}; |