7 lines
80 B
TypeScript
7 lines
80 B
TypeScript
export enum InventoryLibrary
|
|
{
|
|
Library = 1,
|
|
Main = 2,
|
|
GameObject,
|
|
}
|