Reorganization
This commit is contained in:
10
Aurora/Proto/general.proto
Normal file
10
Aurora/Proto/general.proto
Normal file
@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package Aurora.Proto;
|
||||
|
||||
message Chunk {
|
||||
bytes Content = 1;
|
||||
}
|
||||
|
||||
message Empty{
|
||||
}
|
Reference in New Issue
Block a user