1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-17 15:46:33 +09:00

ToHexString optimized

This commit is contained in:
lidgren
2010-08-08 07:38:45 +00:00
parent 7f49001c11
commit a5ab4ab485
2 changed files with 11 additions and 5 deletions

View File

@@ -19,6 +19,8 @@ namespace UnitTests
throw new NetException("setting enabled message types failed");
Console.WriteLine("Misc tests OK");
Console.WriteLine("Hex test: " + NetUtility.ToHexString(new byte[]{0xDE,0xAD,0xBE,0xEF}));
}
}
}