|
@@ -21,12 +21,14 @@ func handleEvents() {
|
|
|
|
|
|
// }
|
|
|
// }
|
|
|
-}
|
|
|
|
|
|
-func init() {
|
|
|
internal.Handler(&msg.SendColorSz{}, RecvPlayerSzNumber)
|
|
|
|
|
|
internal.Handler(&msg.SendRoleMove{}, RecvPlayerRoleMove)
|
|
|
|
|
|
internal.Handler(&msg.MatchLudo{}, RecvMatchLudo)
|
|
|
}
|
|
|
+
|
|
|
+func init() {
|
|
|
+
|
|
|
+}
|