mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
UUID: Removed empty constructor, added static Create-Function
This commit is contained in:
@@ -27,7 +27,7 @@ namespace GlitchyEngine.World
|
||||
/// Create a new IDComponent with a random UUID.
|
||||
public this()
|
||||
{
|
||||
ID = UUID();
|
||||
ID = UUID.Create();
|
||||
}
|
||||
|
||||
public this(UUID id)
|
||||
|
||||
Reference in New Issue
Block a user