Skip to content

Commit

Permalink
feat: add Maraton animation
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakShearman committed Sep 27, 2024
1 parent 8d931ec commit 2584fd2
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 26 deletions.
64 changes: 38 additions & 26 deletions gen/go/model/gameplayerdata/models.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/proto/game_player_data/models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ message V1BlockSumoPlayerData {
message V1MarathonData {
string time = 1;
string block_palette = 2;
optional string animation = 3;
}

message V1TowerDefencePlayerData {} // todo
Expand Down

0 comments on commit 2584fd2

Please sign in to comment.