join +1 and wild percentage

This commit is contained in:
Pesakitan22 2018-04-11 11:18:24 +07:00
parent 9d2c1d0ce8
commit 824ad89528

View file

@ -22,6 +22,7 @@ import logging
from game import Game
from player import Player
from user_setting import UserSetting
from errors import (AlreadyJoinedError, LobbyClosedError, NoGameInChatError,
NotEnoughPlayersError)