mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2025-04-20 10:59:33 +08:00
10 lines
195 B
C#
10 lines
195 B
C#
namespace Oshima.FunGame.OshimaModules.Items
|
|
{
|
|
public enum AccessoryID : long
|
|
{
|
|
攻击之爪10 = 14001,
|
|
攻击之爪30 = 14002,
|
|
攻击之爪50 = 14003,
|
|
}
|
|
}
|