homothetyhk / HollowKnight.ItemChanger

A Hollow Knight mod for editing and adding items
GNU Lesser General Public License v2.1
15 stars 12 forks source link

`UnityExtensions.LocateFSM(this GameObject, string)` is the same as `FSMUtility.LocateMyFSM(this GameObject, string)` #8

Closed SFGrenade closed 2 years ago

SFGrenade commented 2 years ago

https://github.com/homothetyhk/HollowKnight.ItemChanger/blob/995fef3fecc3c3f85e4c67a2785becffe98524d3/ItemChanger/Extensions/UnityExtensions.cs#L8-L11

homothetyhk commented 2 years ago

I believe it is a style choice carried over from the previous SereCore dependency. I'll consider removing it in the next update, but it isn't a high priority.

homothetyhk commented 2 years ago

Fixed by 1d8c2908536243b17708a596862fb16d4127d866.