mirror of
https://github.com/kwsch/pkNX.git
synced 2026-03-29 05:34:36 -05:00
9 lines
130 B
C#
9 lines
130 B
C#
namespace pkNX.Structures;
|
|
|
|
internal class TextLine
|
|
{
|
|
public int Offset;
|
|
public ushort Length;
|
|
public ushort Flags;
|
|
}
|