8 lines
93 B
C#
8 lines
93 B
C#
namespace PluralKit.Core;
|
|
|
|
public enum LookupContext
|
|
{
|
|
ByOwner,
|
|
ByNonOwner,
|
|
API
|
|
} |