Files
CortexCore 637ac27286 1
2025-02-24 23:03:39 +08:00

11 lines
180 B
C#

namespace DrawXXL
{
public class InternalDXXL_MarkupPhase
{
public string unparsedValue;
public int i_firstChar;
public int i_lastChar;
}
}