7 lines
135 B
Protocol Buffer
7 lines
135 B
Protocol Buffer
import "game_event_context.proto";
|
|
|
|
message Context_UndoDraw {
|
|
extend GameEventContext {
|
|
optional Context_UndoDraw ext = 1003;
|
|
}
|
|
}
|