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

◆ OgreStand()

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

Definition at line 239 of file DD2Film.cs.

240 {
241 NPC ogre = this._ogre;
242 if (ogre != null)
243 {
244 if (ogre.ai == null)
245 {
246 }
247 if (!true)
248 {
249 }
250 ogre.velocity = 1;
251 }
252 }
class f__AnonymousType0<< Count > j__TPar

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