Browse Source

【优化】增加ActInfo类型注释

johnclot69 1 year ago
parent
commit
769a057681
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Config/Proto/CommonProto_CS_10001.proto

+ 2 - 2
Config/Proto/CommonProto_CS_10001.proto

@@ -21,8 +21,8 @@ message UnitInfo
 
 message ActInfo
 {
-	int32 Card = 1;		// 碰杠的牌,吃为顺子第一张
-	int32 Type = 2;		// 1.明杠(碰过的牌杠) 2.暗杠(摸牌直接杠) 3.碰 4.吃
+	int32 Card = 1;		// 碰杠的牌,吃为顺子第一张
+	int32 Type = 2;		// 1.明杠(出牌杠) 2.回杠(碰完的牌杠) 3.暗杠(手牌直接杠) 4.碰 5.吃
 	int64 PlayerId = 3;	// 操作谁家的牌
 }