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

◆ Start()

void MultiplayerWithBindingsExample.Player.Start ( )
inlineprivate

Definition at line 39 of file Player.cs.

40 {
41 Renderer component = base.GetComponent<Renderer>();
42 this.cachedRenderer = component;
43 }
class f__AnonymousType0<< Count > j__TPar
Component GetComponent(Type type)
Definition Component.cs:41

References UnityEngine.Component.GetComponent(), and j__TPar.