1
This commit is contained in:
@@ -11,7 +11,8 @@ namespace Net.Project.B.Inventory
|
||||
/// </summary>
|
||||
public interface IPlayerInventory
|
||||
{
|
||||
int Size { get; }
|
||||
int Slots { get; }
|
||||
int AdditionalSlots { get; set; }
|
||||
/// <summary>
|
||||
/// 背包
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user