Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ISymbolVariable.cs
Go to the documentation of this file.
2
3public interface ISymbolVariable
4{
5 string Name { get; }
6
7 object Attributes { get; }
8
10
11 int AddressField1 { get; }
12
13 int AddressField2 { get; }
14
15 int AddressField3 { get; }
16
17 int StartOffset { get; }
18
19 int EndOffset { get; }
20
21 byte[] GetSignature();
22}