mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
Update Extensions.cs
This commit is contained in:
parent
62cbc3769d
commit
4fdefcb5b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user