mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
7 lines
79 B
C#
7 lines
79 B
C#
namespace GlitchyEngine.Core;
|
|
|
|
public struct UUID
|
|
{
|
|
private ulong _uuid;
|
|
}
|