mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 09:14:54 +08:00
Moved all GameFiles to CodeWalker.Core
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ namespace CodeWalker
|
||||
|
||||
|
||||
public GameFileCache GameFileCache { get { return gameFileCache; } }
|
||||
GameFileCache gameFileCache = new GameFileCache();
|
||||
GameFileCache gameFileCache = GameFileCacheFactory.Create();
|
||||
|
||||
|
||||
WorldControlMode ControlMode = WorldControlMode.Free;
|
||||
|
||||
Reference in New Issue
Block a user