diff options
author | Yorkie Liu <yorkiefixer@gmail.com> | 2018-06-01 02:37:53 +0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-31 23:39:44 +0200 |
commit | 180f0a1b3cfa0f7cd1f37485839c763de4d03693 (patch) | |
tree | 0a6419ee84c66701e5f287bc08dec963ce366231 | |
parent | 84b06879909e15f62cda430fa3f884660e0c3ec7 (diff) |
fix message name
-rw-r--r-- | msg.proto | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |