mirror of
https://github.com/kwsch/pkNX.git
synced 2026-09-11 20:15:41 -05:00
Initial Commit
This commit is contained in:
8
pkNX.Structures/Text/TextLineInfo.cs
Normal file
8
pkNX.Structures/Text/TextLineInfo.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace pkNX.Structures
|
||||
{
|
||||
internal class TextLine
|
||||
{
|
||||
public int Offset;
|
||||
public int Length;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user