Dalamud API10
This commit is contained in:
@@ -196,7 +196,7 @@ public static class VariousExtensions
|
||||
return JsonSerializer.Deserialize<T>(JsonSerializer.Serialize(obj))!;
|
||||
}
|
||||
|
||||
public static unsafe int? ObjectTableIndex(this GameObject? gameObject)
|
||||
public static unsafe int? ObjectTableIndex(this IGameObject? gameObject)
|
||||
{
|
||||
if (gameObject == null || gameObject.Address == IntPtr.Zero)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user