5 lines
74 B
C#
5 lines
74 B
C#
public struct DialogData
|
|
{
|
|
public int index;
|
|
public string content;
|
|
} |