mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
googa
This commit is contained in:
parent
fca19ba895
commit
9aa6bf540c
@ -83,7 +83,7 @@ namespace NewHorizons.Utility
|
||||
return current.parent.GetPath() + "/" + current.name;
|
||||
}
|
||||
|
||||
public static GameObject FindChild(this GameObject g, string path) => g?.transform?.Find(path)?.gameObject;
|
||||
public static GameObject FindChild(this GameObject g, string path) => g.transform.Find(path)?.gameObject;
|
||||
|
||||
public static GameObject Find(string path, bool warn = true)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user