mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
refactor: new code style in IDalamudPlugin.cs
This commit is contained in:
parent
0d8ef94647
commit
a295cec35e
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ namespace Dalamud.Plugin
|
||||||
public interface IDalamudPlugin : IDisposable
|
public interface IDalamudPlugin : IDisposable
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The name of the plugin.
|
/// Gets the name of the plugin.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
string Name { get; }
|
string Name { get; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue