mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-18 22:07:44 +01:00
Add "enum cloning" source generator
This commit is contained in:
parent
55eb7e41d8
commit
8bb6cdd8d6
14 changed files with 395 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
namespace Dalamud.EnumGenerator.Sample.SourceEnums
|
||||
{
|
||||
public enum SampleSourceEnum : long
|
||||
{
|
||||
First = 1,
|
||||
Second = 2,
|
||||
Third = 10000000000L
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue