mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-04-03 20:08:21 +00:00
WIP
This commit is contained in:
@@ -64,7 +64,7 @@ public class BinaryList
|
||||
}
|
||||
|
||||
|
||||
public BinaryList AddUUID(UUID value)
|
||||
public BinaryList AddUUID(Uuid value)
|
||||
{
|
||||
list.AddRange(value.Data);
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user