Closed Godfatherbobo closed 3 months ago
Is there any way one can use the merge branch in the meanwhile until it is merged and deployed?
Is there any way one can use the merge branch in the meanwhile until it is merged and deployed?
Clone the repo, do the changes this PR has, and build it. Add the file location to your Dev Plugins.
Closed pull as plugin was adopted by another.
Summary
Updating of DotNet framework version and code refactoring for Dawntrail and new Dalamud API10.
More Information
Updated from
net7.0-windows
tonet8.0-windows
UpdatedDalamudPackager
to2.1.13
ReplacesPlayerCharacter
with newIPlayerCharacter
interface inPlayerObject
and foreach in Plugin.cs ReplacesObjectID
Which no longer exists inIPlayerCharacter
withEntityId
UpdatedNAudio
from1.10.0
to2.2.1
Built and tested to be functional.