|
|
@@ -9,8 +9,8 @@ namespace GFGGame
|
|
|
public class VersionController : SingletonMonoBase<VersionController>
|
|
|
{
|
|
|
public const string DefaultPackage = "GameLogic";
|
|
|
- string defaultHostServer = "https://cdn.goufuguiwxw.com/ResWebGlTest/WebGL/GameLogic/HostPlay";
|
|
|
- string fallbackHostServer = "https://cdn.goufuguiwxw.com/ResWebGlTest/WebGL/GameLogic/HostPlay";
|
|
|
+ string defaultHostServer = "https://webcdn.goufuguiwxw.com/ResWebGlTest/WebGL/GameLogic/HostPlay";
|
|
|
+ string fallbackHostServer = "https://webcdn.goufuguiwxw.com/ResWebGlTest/WebGL/GameLogic/HostPlay";
|
|
|
|
|
|
public ResourcePackage package;
|
|
|
|