mirror of
https://github.com/kwsch/pkNX.git
synced 2026-03-22 10:14:22 -05:00
File scoped namespaces for all lib projects netstandard2.0 => net6; now uniform. bye netframework!
8 lines
102 B
C#
8 lines
102 B
C#
namespace pkNX.Structures;
|
|
|
|
internal class TextLine
|
|
{
|
|
public int Offset;
|
|
public int Length;
|
|
}
|