MosswartMassacre/Unused/Decal.Adapter.Wrappers/PlayerModifyEventType.cs
2025-06-09 02:03:11 +02:00

14 lines
176 B
C#

using System;
namespace Decal.Adapter.Wrappers;
[CLSCompliant(true)]
public enum PlayerModifyEventType
{
Skill,
Attribute,
Vital,
Statistic,
Allegiance,
Augmentation
}