Update Extensions.cs

This commit is contained in:
_nebula 2023-02-10 12:01:05 +00:00
parent 62cbc3769d
commit 4fdefcb5b2

View File

@ -31,6 +31,9 @@ public static class Extensions
return copy;
}
public static GameObject FindChild(this GameObject g, string childPath) =>
g.transform.Find(childPath)?.gameObject;
#endregion
#region MIRROR