13 lines
126 B
C#
13 lines
126 B
C#
![]() |
using System.Collections.Generic;
|
||
|
|
||
|
namespace Rokojori
|
||
|
{
|
||
|
|
||
|
public class MemberData
|
||
|
{
|
||
|
public string m;
|
||
|
public string v;
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|