9 lines
125 B
C#
9 lines
125 B
C#
namespace NBF
|
|
{
|
|
public struct CommandArgsRule
|
|
{
|
|
public string Sample;
|
|
|
|
public string Tips;
|
|
}
|
|
} |