mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2026-06-04 19:42:11 +00:00
Add Stackable
This commit is contained in:
parent
8d176bc2d7
commit
4b5c46a8fb
@ -175,6 +175,11 @@ namespace Milimoe.FunGame.Core.Entity
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public bool IsRemoveAfterUse { get; set; } = true;
|
public bool IsRemoveAfterUse { get; set; } = true;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 是否允许堆叠
|
||||||
|
/// </summary>
|
||||||
|
public bool Stackable { get; set; } = false;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 堆叠数量
|
/// 堆叠数量
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user