mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
NetworkHash128: fixed missing ) in comment
This commit is contained in:
parent
6db02511cd
commit
0cc23e411b
@ -49,7 +49,7 @@ public bool IsValid()
|
||||
}
|
||||
|
||||
// convert 32 length hex string like "042acbef..." to byte array
|
||||
// (each byte is represented with 2 characters, e.g. 0xFF => "FF"
|
||||
// (each byte is represented with 2 characters, e.g. 0xFF => "FF")
|
||||
public static NetworkHash128 Parse(string text)
|
||||
{
|
||||
// AssetDatabase.AssetPathToGUID always returns 32 length strings
|
||||
|
Loading…
Reference in New Issue
Block a user