Skip to content

Commit 5f2faca

Browse files
committed
up
1 parent 156bebe commit 5f2faca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+62
-18
lines changed

Assets/Plugins/kbengine_unity3d_plugins/AccountBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,4 +304,4 @@ public override void callPropertysSetMethods()
304304

305305
}
306306
}
307-
}
307+
}

Assets/Plugins/kbengine_unity3d_plugins/AvatarBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,4 +1045,4 @@ public override void callPropertysSetMethods()
10451045

10461046
}
10471047
}
1048-
}
1048+
}

Assets/Plugins/kbengine_unity3d_plugins/Blowfish.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,3 +529,4 @@ public byte[] key()
529529
}
530530
}
531531
}
532+

Assets/Plugins/kbengine_unity3d_plugins/Bundle.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,3 +259,4 @@ public void writeEntitycall(byte[] v)
259259
}
260260
}
261261
}
262+

Assets/Plugins/kbengine_unity3d_plugins/ClientSDKUpdater.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,4 @@ void Update()
156156
}
157157
#endif
158158
}
159+

Assets/Plugins/kbengine_unity3d_plugins/CustomDataTypes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,4 +280,4 @@ public void addToStreamEx(Bundle stream, List<Int32> v)
280280
}
281281

282282

283-
}
283+
}

Assets/Plugins/kbengine_unity3d_plugins/DataTypes.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,3 +663,4 @@ public override bool isSameType(object v)
663663
}
664664
}
665665
}
666+

Assets/Plugins/kbengine_unity3d_plugins/Dbg.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,4 @@ public static void profileEnd(string name)
7676

7777
}
7878
}
79+

Assets/Plugins/kbengine_unity3d_plugins/EncryptionFilter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,4 @@ public override bool recv(MessageReaderBase reader, byte[] buffer, UInt32 rpos,
188188
}
189189
}
190190

191+

Assets/Plugins/kbengine_unity3d_plugins/Entity.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,3 +399,4 @@ public virtual List<EntityComponent> getComponents(string componentName, bool al
399399
}
400400

401401
}
402+

0 commit comments

Comments
 (0)