9 lines
122 B
C#
9 lines
122 B
C#
namespace PluralKit.Core
|
|
{
|
|
public enum LookupContext
|
|
{
|
|
ByOwner,
|
|
ByNonOwner,
|
|
API
|
|
}
|
|
} |