mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-05 12:53:57 +00:00
enter intro cutscene
This commit is contained in:
11
Common/Util/Guid64.cs
Normal file
11
Common/Util/Guid64.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace MikuSB.Util;
|
||||
|
||||
public static class Guid64
|
||||
{
|
||||
public static ulong NewGuid64()
|
||||
{
|
||||
byte[] guidBytes = Guid.NewGuid().ToByteArray();
|
||||
return (ulong)BitConverter.ToUInt32(guidBytes, 0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user