mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-22 23:47:45 +01:00
Update API 9 and add data to items.
This commit is contained in:
parent
c98ed04bf3
commit
cb0da11529
62 changed files with 524 additions and 268 deletions
|
|
@ -24,8 +24,8 @@ public class IdentifierDrawer
|
|||
public IdentifierDrawer(ActorService actors, IdentifierService identifier, HumanModelList humans)
|
||||
{
|
||||
_actors = actors;
|
||||
_worldCombo = new WorldCombo(actors.AwaitedService.Data.Worlds);
|
||||
_humanNpcCombo = new HumanNpcCombo("##npcs", identifier, humans);
|
||||
_worldCombo = new WorldCombo(actors.AwaitedService.Data.Worlds, Glamourer.Log);
|
||||
_humanNpcCombo = new HumanNpcCombo("##npcs", identifier, humans, Glamourer.Log);
|
||||
}
|
||||
|
||||
public void DrawName(float width)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue