Ejemplo n.º 1
0
    public GameData GetCurrentGame(Player player)
    {
        DeviceView currentDevice = GetDeviceForPlayer(player);

        if (currentDevice != null)
        {
            return(currentDevice.GetCurrentGame());
        }
        return(null);
    }