|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| ByteStack (int growthRate) | |
| void | Push (byte data) |
| byte | Pop () |
Private Attributes | |
| byte[] | _stack |
| readonly int | _growthRate |
| int | _top |
| int | _size |
Definition at line 3 of file ByteStack.cs.