mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 05:13: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
|
||||
{
|
||||
/// <summary>
|
||||
/// The name of the plugin.
|
||||
/// Gets the name of the plugin.
|
||||
/// </summary>
|
||||
string Name { get; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue