10 lines
150 B
TypeScript
Raw Normal View History

2023-12-13 10:51:31 +08:00
export enum GPet {
= 10001,
= 10002,
= 10003,
= 10004,
= 10005,
}