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