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
PlatformUtilities.cs
Go to the documentation of this file.
1using System;
2using System.IO;
4
5namespace Terraria.Utilities
6{
7 // Token: 0x02000507 RID: 1287
8 public static class PlatformUtilities
9 {
10 // Token: 0x0600311B RID: 12571 RVA: 0x000021DB File Offset: 0x000003DB
11 public static void SavePng(Stream stream, int width, int height, int imgWidth, int imgHeight, byte[] data)
12 {
13 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
14 }
15 }
16}
class f__AnonymousType0<< Count > j__TPar
static void SavePng(Stream stream, int width, int height, int imgWidth, int imgHeight, byte[] data)