feat:新增成功挖到矿物事件
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Yi.Framework.DigitalCollectibles.Domain.Shared.Consts;
|
||||
|
||||
namespace Yi.Framework.DigitalCollectibles.Domain.Shared.Etos;
|
||||
|
||||
public class SuccessMiningEto
|
||||
{
|
||||
public Guid CollectiblesId { get; set; }
|
||||
}
|
||||
@@ -9,8 +9,4 @@
|
||||
<ProjectReference Include="..\..\bbs\Yi.Framework.Bbs.Domain.Shared\Yi.Framework.Bbs.Domain.Shared.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Etos\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user