mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
ScriptCore: Added custom debug display for UUID
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace GlitchyEngine.Core;
|
||||
|
||||
/// <summary>
|
||||
/// Represents a universally unique identifier (UUID).
|
||||
/// </summary>
|
||||
[DebuggerDisplay("{ToString()}")]
|
||||
public struct UUID
|
||||
{
|
||||
private ulong _uuid;
|
||||
|
||||
Reference in New Issue
Block a user