refactor: new code style in IDalamudPlugin.cs

This commit is contained in:
goat 2021-04-01 20:53:37 +02:00
parent 0d8ef94647
commit a295cec35e

View file

@ -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; }