mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2026-06-04 19:42:11 +00:00
物品添加堆叠数量属性
This commit is contained in:
parent
aec0112358
commit
8d176bc2d7
@ -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 int StackCount { get; set; } = 1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 物品所属的角色(只有装备物品,才需要设置)
|
/// 物品所属的角色(只有装备物品,才需要设置)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user