feat: add unsplash images source

This commit is contained in:
2023-01-05 21:00:40 +03:00
parent 3379eed4a9
commit ac1b9b63a2
15 changed files with 212 additions and 18 deletions

View File

@@ -7,6 +7,7 @@ package ru.m.puzzlez.proto.game;
message ImageId {
string source = 1;
string id = 2;
bool thumb = 3;
}
enum BoundType {