Files

14 lines
279 B
C#
Raw Permalink Normal View History

2024-11-13 17:47:45 +08:00
using System.Collections;
using System.Collections.Generic;
namespace BITKit
{
/// <summary>
/// 玩家向背包添加物品,但是被其他逻辑处理
/// </summary>
public sealed class PlayerInventoryAddItemOverridden : InGameException
{
}
}