punish v6.8.18.0
This commit is contained in:
commit
e786325cda
322 changed files with 554232 additions and 0 deletions
23
Questionable/Questionable.Model/ItemRewardDetails.cs
Normal file
23
Questionable/Questionable.Model/ItemRewardDetails.cs
Normal file
|
@ -0,0 +1,23 @@
|
|||
using System;
|
||||
using Dalamud.Utility;
|
||||
using Lumina.Excel.Sheets;
|
||||
using Questionable.Model.Questing;
|
||||
|
||||
namespace Questionable.Model;
|
||||
|
||||
public sealed class ItemRewardDetails
|
||||
{
|
||||
public uint ItemId { get; } = item.RowId;
|
||||
|
||||
public string Name { get; } = item.Name.ToDalamudString().ToString();
|
||||
|
||||
public TimeSpan CastTime { get; } = TimeSpan.FromSeconds(item.CastTimeSeconds);
|
||||
|
||||
public ElementId ElementId { get; }
|
||||
|
||||
public ItemRewardDetails(Item item, ElementId elementId)
|
||||
{
|
||||
ElementId = elementId;
|
||||
base._002Ector();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue