Skip to content

Commit

Permalink
create proto
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelDkhn committed Aug 11, 2024
1 parent e3e9829 commit 6cd7c84
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions proto/orion.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
syntax = "proto3";

package orion;

message F64 {
int64 d = 1;
}

0 comments on commit 6cd7c84

Please sign in to comment.