This commit is contained in:
Ottermandias 2023-06-16 16:13:26 +02:00
parent 7463aafa13
commit 27f151c55a
32 changed files with 1744 additions and 151 deletions

View file

@ -67,7 +67,7 @@ public unsafe partial struct Actor : IEquatable<Actor>, IDesignable
=> Pointer != null;
public int Index
=> Pointer->GameObject.ObjectIndex;
=> Valid ? Pointer->GameObject.ObjectIndex : -1;
public uint ModelId
{