Example #1
0
 public static GameObject TrackedObjectOfGameObject(GameObject obj, out uint index)
 {
     return(SDK_Bridge.GetTrackedObject(obj, out index));
 }