mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-05 05:17:54 +00:00
9 lines
122 B
C#
9 lines
122 B
C#
|
|
namespace PluralKit.Core
|
|||
|
|
{
|
|||
|
|
public enum LookupContext
|
|||
|
|
{
|
|||
|
|
ByOwner,
|
|||
|
|
ByNonOwner,
|
|||
|
|
API
|
|||
|
|
}
|
|||
|
|
}
|