Skip to content

Commit 3f6901f

Browse files
committed
up
1 parent 5f2faca commit 3f6901f

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

+18
-62
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,4 +529,3 @@ public byte[] key()
529529
}
530530
}
531531
}
532-

Assets/Plugins/kbengine_unity3d_plugins/Bundle.cs

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

Assets/Plugins/kbengine_unity3d_plugins/ClientSDKUpdater.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,3 @@ 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,4 +663,3 @@ public override bool isSameType(object v)
663663
}
664664
}
665665
}
666-

Assets/Plugins/kbengine_unity3d_plugins/Dbg.cs

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

7777
}
7878
}
79-

Assets/Plugins/kbengine_unity3d_plugins/EncryptionFilter.cs

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

191-

Assets/Plugins/kbengine_unity3d_plugins/Entity.cs

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

401401
}
402-

0 commit comments

Comments
 (0)