mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
11 lines
155 B
C#
11 lines
155 B
C#
namespace EggLink.DanhengServer.Enums.Avatar;
|
|
|
|
public enum PropertyModifyFunctionEnum
|
|
{
|
|
Unknow = 0,
|
|
Set,
|
|
Add,
|
|
Mul,
|
|
MinSet,
|
|
MaxSet
|
|
} |