Skip to content

Commit 407fc8a

Browse files
committed
add fixDatabaseC
1 parent 67a5023 commit 407fc8a

File tree

9 files changed

+25
-14
lines changed

9 files changed

+25
-14
lines changed

Assets/ExGame.cs

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,24 @@ void Start()
1818

1919
public void successInit()
2020
{
21+
//! Login
2122
Lemonade.Login();
23+
24+
//! Get User Info
2225
StartCoroutine(Lemonade.API.getUserInfo(Lemon._user.playerToken, callFunc));
23-
26+
2427
Dictionary<string, object> dic = new Dictionary<string, object>();
25-
dic.Add("INVEN", 1000);
26-
dic.Add("SKILL", 3000);
28+
dic.Add("INVEN", 500);
29+
dic.Add("SKILL", 600);
30+
31+
//! Custom Database Add
2732
StartCoroutine(Lemonade.API.addDatabaseC(dic));
2833

29-
StartCoroutine(Lemonade.API.getDatabaseC("-", "322a8112f7647a00e4b029edce83950f"));
34+
//! Custom Database Fix
35+
StartCoroutine(Lemonade.API.fixDatabaseC(dic));
36+
37+
//! Custom Database Get
38+
StartCoroutine(Lemonade.API.getDatabaseC("*", "322a8112f7647a00e4b029edce83950f"));
3039
}
3140

3241
public void failedInit()

Assets/Plugins/Lemonade-API-Unity.dll.meta

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Library/CurrentLayout.dwlt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ MonoBehaviour:
109109
m_MinSize: {x: 887, y: 492}
110110
m_MaxSize: {x: 18008, y: 14042}
111111
vertical: 0
112-
controlID: 92
112+
controlID: 23
113113
--- !u!114 &6
114114
MonoBehaviour:
115115
m_ObjectHideFlags: 52
@@ -133,7 +133,7 @@ MonoBehaviour:
133133
m_MinSize: {x: 610, y: 492}
134134
m_MaxSize: {x: 14006, y: 14042}
135135
vertical: 1
136-
controlID: 93
136+
controlID: 24
137137
--- !u!114 &7
138138
MonoBehaviour:
139139
m_ObjectHideFlags: 52
@@ -158,7 +158,7 @@ MonoBehaviour:
158158
m_MinSize: {x: 610, y: 221}
159159
m_MaxSize: {x: 12010, y: 4021}
160160
vertical: 0
161-
controlID: 70
161+
controlID: 25
162162
--- !u!114 &8
163163
MonoBehaviour:
164164
m_ObjectHideFlags: 52
@@ -260,7 +260,7 @@ MonoBehaviour:
260260
m_MinSize: {x: 336, y: 271}
261261
m_MaxSize: {x: 14006, y: 10021}
262262
vertical: 0
263-
controlID: 94
263+
controlID: 129
264264
--- !u!114 &12
265265
MonoBehaviour:
266266
m_ObjectHideFlags: 52
@@ -709,9 +709,9 @@ MonoBehaviour:
709709
m_IsLocked: 0
710710
m_FolderTreeState:
711711
scrollPos: {x: 0, y: 0}
712-
m_SelectedIDs: 4e250000
713-
m_LastClickedID: 9550
714-
m_ExpandedIDs: 00000000bc2400000e2500004e25000000ca9a3bffffff7f
712+
m_SelectedIDs: 4c250000
713+
m_LastClickedID: 9548
714+
m_ExpandedIDs: 00000000bc2400000e2500004c25000000ca9a3bffffff7f
715715
m_RenameOverlay:
716716
m_UserAcceptedRename: 0
717717
m_Name:
@@ -739,7 +739,7 @@ MonoBehaviour:
739739
scrollPos: {x: 0, y: 0}
740740
m_SelectedIDs:
741741
m_LastClickedID: 0
742-
m_ExpandedIDs: 00000000bc2400000e2500004e250000
742+
m_ExpandedIDs: 00000000bc2400000e2500004c250000
743743
m_RenameOverlay:
744744
m_UserAcceptedRename: 0
745745
m_Name:
18 Bytes
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
0000.58dcb854.0000
2+
0000.58dcb86a.0000

Library/assetDatabase3

0 Bytes
Binary file not shown.
196 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)