terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ SetStruct< T >()

static bool UnityEngine.UI.SetPropertyUtility.SetStruct< T > ( T currentValue,
T newValue )
inlinestatic
Type Constraints
T :struct 

Definition at line 15 of file SetPropertyUtility.cs.

15 : struct
16 {
17 return true;
18 }