working on actors

This commit is contained in:
2025-07-03 05:52:25 +02:00
parent dca9f8883a
commit c39b87ed44
16 changed files with 975 additions and 165 deletions

View File

@@ -0,0 +1,12 @@
using System;
namespace RebootKit.Engine.Foundation {
public static class UniqueID {
public static ulong NewULongFromGuid() {
Guid guid = Guid.NewGuid();
byte[] bytes = guid.ToByteArray();
ulong id = BitConverter.ToUInt64(bytes, 0);
return id;
}
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 7e7c51400f234e5986c5d2779ca00fb3
timeCreated: 1751491055