Skip to content

Commit

Permalink
feat: Load entity class reference on item ports
Browse files Browse the repository at this point in the history
  • Loading branch information
octfx committed May 19, 2024
1 parent 7305a16 commit c90d2c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Loader/scdb.Xml/Entities/SItemPortLoadoutEntryParams.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ public class SItemPortLoadoutEntryParams
[XmlAttribute]
public string entityClassName;

[XmlAttribute]
public string entityClassReference;

public loadout loadout;
}
}
}

0 comments on commit c90d2c5

Please sign in to comment.