7 lines
No EOL
156 B
C#
7 lines
No EOL
156 B
C#
namespace WingsEmu.DTOs.Quests;
|
|
|
|
public class CharacterQuestGeneratedReward
|
|
{
|
|
public int ItemVnum { get; set; }
|
|
public int Amount { get; set; }
|
|
} |