Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ipdae committed Jul 10, 2024
1 parent a9fd3e7 commit 3d7d4aa
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions Lib9c.Abstractions/IItemEnhancementV5.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
using System.Collections.Generic;
using Libplanet.Crypto;

namespace Lib9c.Abstractions;

public interface IItemEnhancementV5
namespace Lib9c.Abstractions
{
Guid ItemId { get; }
List<Guid> MaterialIds { get; }
Address AvatarAddress { get; }
int SlotIndex { get; }
Dictionary<int, int> Hammers { get; }
public interface IItemEnhancementV5
{
Guid ItemId { get; }
List<Guid> MaterialIds { get; }
Address AvatarAddress { get; }
int SlotIndex { get; }
Dictionary<int, int> Hammers { get; }
}
}

0 comments on commit 3d7d4aa

Please sign in to comment.