You've already forked lidgren-network-gen3
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:
@@ -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}));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user