Added Notes Module + Data Structure Added Config Module + Data Structure Added Role Buttons Module + Data Structure
12 lines
No EOL
286 B
C#
12 lines
No EOL
286 B
C#
namespace SMSModLogOutputAnalyzer
|
|
{
|
|
internal partial class Flowchart
|
|
{
|
|
public class FlowchartNode
|
|
{
|
|
public string Name { get; set; }
|
|
public string Text { get; set; }
|
|
public string Description { get; set; }
|
|
}
|
|
}
|
|
} |