9 lines
94 B
C#
9 lines
94 B
C#
namespace RedditSharp
|
|
{
|
|
public enum FlairType
|
|
{
|
|
Link,
|
|
User
|
|
}
|
|
}
|