lmcintyre / DamageInfoPlugin

Dalamud plugin for extra damage info
GNU General Public License v3.0
7 stars 13 forks source link

Pet Nicknames Support #22

Closed Glyceri closed 2 months ago

Glyceri commented 3 months ago

This Pull Request aims to add support for the Pet Nicknames Plugin. This is done by using the GetOrCreateData feature in Dalamud. The GetOrCreateData function returns a class (in this case a dictionary) based on the identifier you give it. Because it is a class, any change made in one plugin will reflect in the other plugins. I also bumped the plugin to DotNET 8 which is required for Dalamud to build now.

lmcintyre commented 2 months ago

Thank you!