1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-18 16:16:35 +09:00

Re-added ReadTime()

This commit is contained in:
lidgren
2012-04-03 07:26:30 +00:00
parent 0a0e319f21
commit 271675a8ea
4 changed files with 36 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ namespace Lidgren.Network
{
public partial class NetBuffer
{
// @TODO Add ReadTime() to incomingmessage class
private const int c_overAllocateAmount = 4;
private static readonly Dictionary<Type, MethodInfo> s_readMethods;