mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-14 00:04:40 +01:00
framework for handling stage lootbox drop
This commit is contained in:
@@ -44,6 +44,11 @@ namespace AscNet.Common
|
||||
};
|
||||
}
|
||||
|
||||
public static bool IsHidden(this ItemTable item)
|
||||
{
|
||||
return item.ItemType == (int)ItemType.UnShow;
|
||||
}
|
||||
|
||||
public struct EquipUpgradeInfo
|
||||
{
|
||||
public int Cost { get; init; }
|
||||
@@ -57,7 +62,7 @@ namespace AscNet.Common
|
||||
}
|
||||
}
|
||||
|
||||
enum ItemType
|
||||
public enum ItemType
|
||||
{
|
||||
Assert = 1 << 0,
|
||||
Money = 1 << 1 | 1 << 0,
|
||||
|
||||
Reference in New Issue
Block a user