7 lines
74 B
C#
7 lines
74 B
C#
public class MegaXMLValue
|
|
{
|
|
public string name;
|
|
|
|
public string value;
|
|
}
|