Skip to content

Commit

Permalink
misc: 允许通过DirectAccess访问API对应的插件实例
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather committed Feb 19, 2025
1 parent 249d8aa commit 9b757df
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ public FeatherMorphDirectAccess(FeatherMorphMain pl)
this.dependencyManager = DependencyManager.getInstance(pl.getNamespace());
}

public FeatherMorphMain plugin()
{
return plugin;
}

/**
* The MorphManager, mainly handling these functions:
* <br>
Expand Down

0 comments on commit 9b757df

Please sign in to comment.