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

◆ Services

GameServiceContainer Microsoft.Xna.Framework.Game.Services
getinherited

Definition at line 357 of file Game.cs.

358 {
359 get
360 {
361 if (this.content.serviceProvider != null)
362 {
363 }
364 throw new InvalidCastException();
365 }
366 }
ContentManager content
Definition Game.cs:402