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

◆ OgreLookRight()

void Terraria.Cinematics.DD2Film.OgreLookRight ( FrameEventData evt)
inlineprivate

Definition at line 265 of file DD2Film.cs.

266 {
267 NPC ogre = this._ogre;
268 if (ogre != null)
269 {
270 ogre.direction = 1;
272 }
273 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Cinematics.DD2Film._ogre, and j__TPar.