-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
13012a2
commit 18b94cc
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule CSkyL
updated
20 files
+11 −0 | CSkyL.csproj | |
+12 −5 | Config/Base.cs | |
+35 −1 | Config/Utils.cs | |
+0 −170 | Game/Control.Lod.cs | |
+0 −103 | Game/Control.UIManager.cs | |
+2 −2 | Game/Control/InputManager.cs | |
+165 −0 | Game/Control/LodManager.cs | |
+31 −0 | Game/Control/ShadowsManager.cs | |
+101 −0 | Game/Control/UIManager.cs | |
+3 −2 | Game/Utils/StationUtil.cs | |
+1 −0 | Mod.cs | |
+7 −0 | ModSupport.cs | |
+2 −2 | Patch/LodPatches.cs | |
+2 −2 | Translation/Utils.cs | |
+6 −2 | Translations/en-EN.csv | |
+8 −4 | Translations/zh-CN.csv | |
+13 −3 | Translations/zh-TW.csv | |
+191 −10 | UI/Element.cs | |
+55 −6 | UI/Setting.cs | |
+23 −23 | UI/Style.cs |