8 lines
103 B
C#
8 lines
103 B
C#
|
namespace ColdMint.scripts.item;
|
|||
|
|
|||
|
public enum StackType
|
|||
|
{
|
|||
|
Common,
|
|||
|
Unique,
|
|||
|
Unstackable,
|
|||
|
}
|