Skip to content

Commit

Permalink
Update FFXIVClientStructs ref.
Browse files Browse the repository at this point in the history
  • Loading branch information
saltybrackets committed May 25, 2021
1 parent 0e5d660 commit b80d065
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Data/startupCommands.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Name": "Startup Commands",
"InternalName": "StartupCommands",
"Description": "Perform various behaviors/commands right after logging into a character.",
"AssemblyVersion": "1.0.1.0",
"AssemblyVersion": "1.0.2.0",
"RepoUrl": "https://github.com/saltycog/ffxiv-startup-commands",
"ApplicableVersion": "any",
"Tags": ["startup", "login", "commands", "chat"],
Expand Down
4 changes: 2 additions & 2 deletions StartupCommandsPlugin/GameClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace FfxivStartupCommands
{
using System;
using System.Runtime.InteropServices;
using FFXIVClientStructs.Component.GUI;
using FFXIVClientStructs.FFXIV.Component.GUI;


public class GameClient
Expand All @@ -14,7 +14,7 @@ public class GameClient
private delegate void GetChatBoxModuleDelegate(IntPtr uiModule, IntPtr message, IntPtr unused, byte a4);
private delegate IntPtr GetUiModuleDelegate(IntPtr basePtr);


public GameClient()
{
if (Plugin.Dalamud == null)
Expand Down

0 comments on commit b80d065

Please sign in to comment.