Skip to content

Commit

Permalink
one more thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ianyourgod committed Apr 5, 2024
1 parent cbe508e commit 52cafd6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions api/v1/db/protobufs/sprite.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ message _listValue {
repeated string value = 2;
}

message json {
string jsonValue = 1;
}

message block {
string opcode = 1;
string next = 2;
string parent = 3;
// map<string, ...> inputs = 4;
// map<string, ...> fields = 5;
map<string, json> inputs = 4; // im lazy and these are weird
map<string, json> fields = 5; // ^^^^^^^^^^^^^^^^^^^^^^^^^^^
bool shadow = 6;
bool topLevel = 7;
}
Expand Down

0 comments on commit 52cafd6

Please sign in to comment.