1
This commit is contained in:
13
Src/Core/Item/ItemEx.cs
Normal file
13
Src/Core/Item/ItemEx.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace BITKit
|
||||
{
|
||||
/// <summary>
|
||||
/// 玩家向背包添加物品,但是被其他逻辑处理
|
||||
/// </summary>
|
||||
public sealed class PlayerInventoryAddItemOverridden : InGameException
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user