| Offset | Name | Length | Expected Value | Notes |
|---|---|---|---|---|
| x00 | Magic | 8 Bytes | x50 x00 x11 x00 x36 x50 x4b x30 | The last four bytes always contain 6PK0 |
| x08 | Width | 2 Bytes | Variable | Most likely width based upon similarly named sprite sizes |
| x0A | Height | 2 Bytes | Variable | Most likely height based upon similarly named sprite sizes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| namespace OrleansHostingUtilities | |
| open System | |
| open Orleans.Runtime.Configuration | |
| open Orleans.Runtime | |
| open System.Reflection | |
| open System.Globalization | |
| open System.Threading | |
| open System.Net |