terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
KeySizes (int minSize, int maxSize, int skipSize) | |
Package Functions | |
bool | IsLegal (int keySize) |
Static Package Functions | |
static bool | IsLegalKeySize (KeySizes[] legalKeys, int size) |
Properties | |
int | MinSize [get] |
int | MaxSize [get] |
int | SkipSize [get] |
Private Attributes | |
int | m_minSize |
int | m_maxSize |
int | m_skipSize |
Definition at line 8 of file KeySizes.cs.