|
|
@ -28,6 +28,8 @@ class GameResource
|
|
|
|
240 => LeyouClient::class, // 剑仙诀(苹果版)
|
|
|
|
240 => LeyouClient::class, // 剑仙诀(苹果版)
|
|
|
|
247 => LeyouClient::class, // 剑破长空(安卓版)
|
|
|
|
247 => LeyouClient::class, // 剑破长空(安卓版)
|
|
|
|
248 => LeyouClient::class, // 剑破长空(苹果版)
|
|
|
|
248 => LeyouClient::class, // 剑破长空(苹果版)
|
|
|
|
|
|
|
|
262 => LeyouClient::class, // 仙影无双(安卓版)
|
|
|
|
|
|
|
|
263 => LeyouClient::class, // 仙影无双(苹果版)
|
|
|
|
];
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
|
|
public function __construct($game)
|
|
|
|
public function __construct($game)
|
|
|
|