@@ -31,5 +31,7 @@ func init() {
internal.Handler(&msg.MatchLudo{}, RecvMatchLudo)
+ internal.Handler(&msg.SendQuitRoom{}, RecvPlayerLeave)
+
print("init event!")
}