mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-26 06:31:48 +01:00
Implement service locator
This commit is contained in:
parent
06b1163a52
commit
ff1d7f2829
101 changed files with 1614 additions and 1436 deletions
|
|
@ -1,7 +1,6 @@
|
|||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
|
||||
using Dalamud.Data;
|
||||
using Lumina.Excel.GeneratedSheets;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
|
|
@ -21,11 +20,9 @@ namespace Dalamud.Game.Text.SeStringHandling.Payloads
|
|||
/// Initializes a new instance of the <see cref="StatusPayload"/> class.
|
||||
/// Creates a new StatusPayload for the given status id.
|
||||
/// </summary>
|
||||
/// <param name="data">DataManager instance needed to resolve game data.</param>
|
||||
/// <param name="statusId">The id of the Status for this link.</param>
|
||||
public StatusPayload(DataManager data, uint statusId)
|
||||
public StatusPayload(uint statusId)
|
||||
{
|
||||
this.DataResolver = data;
|
||||
this.statusId = statusId;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue