10 lines
No EOL
272 B
C#
10 lines
No EOL
272 B
C#
namespace Geekbot.net.Commands.Randomness.Greetings
|
|
{
|
|
public class GreetingDto
|
|
{
|
|
public string Text { get; set; }
|
|
public string Dialect { get; set; }
|
|
public string Romanization { get; set; }
|
|
public string[] Use { get; set; }
|
|
}
|
|
} |