refactor(dtos): promote PresentDto to Common/

This commit is contained in:
gamer147
2026-06-08 20:35:42 -04:00
parent 2ce399ff87
commit bf51dabcff
4 changed files with 58 additions and 50 deletions

View File

@@ -1,5 +1,6 @@
using System.Text.Json.Serialization;
using MessagePack;
using SVSim.EmulatedEntrypoint.Models.Dtos.Common;
namespace SVSim.EmulatedEntrypoint.Models.Dtos.Responses.Gift;