mirror of
https://github.com/Jacobwasbeast/LegacyWeaveLoader.git
synced 2026-05-22 05:34:36 +00:00
8 lines
81 B
C#
8 lines
81 B
C#
namespace WeaveLoader.API.Mixins;
|
|
|
|
public enum At
|
|
{
|
|
Head = 0,
|
|
Tail = 1
|
|
}
|