Skip to content

Commit

Permalink
fix message name
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkie authored and ry committed May 31, 2018
1 parent 84b0687 commit 180f0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ message Msg {
// TIMER_START
int32 timer_start_id = 60;
bool timer_start_interval = 61;
int32 timer_start_duration = 62; // In milliseconds.
int32 timer_start_delay = 62; // In milliseconds.

// TIMER_READY
int32 timer_ready_id = 70;
Expand Down

0 comments on commit 180f0a1

Please sign in to comment.