From 180f0a1b3cfa0f7cd1f37485839c763de4d03693 Mon Sep 17 00:00:00 2001 From: Yorkie Liu Date: Fri, 1 Jun 2018 02:37:53 +0800 Subject: [PATCH] fix message name --- msg.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msg.proto b/msg.proto index 755d22e535..2818d96749 100644 --- a/msg.proto +++ b/msg.proto @@ -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;