baseline: OpenMU upstream b5a0961 (fresh source)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
// <copyright file="SoulBarrierProficieSkillAction.cs" company="MUnique">
|
||||
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
|
||||
// </copyright>
|
||||
|
||||
namespace MUnique.OpenMU.GameLogic.PlayerActions.Skills;
|
||||
|
||||
using System.Runtime.InteropServices;
|
||||
using MUnique.OpenMU.PlugIns;
|
||||
|
||||
/// <summary>
|
||||
/// The Soul Barrier Proficiency skill action.
|
||||
/// </summary>
|
||||
[PlugIn]
|
||||
[Display(Name = nameof(PlugInResources.SoulBarrierProficieSkillAction_Name), Description = nameof(PlugInResources.SoulBarrierProficieSkillAction_Description), ResourceType = typeof(PlugInResources))]
|
||||
[Guid("9c56073f-1719-423c-8397-30d94793f929")]
|
||||
public class SoulBarrierProficieSkillAction : SoulBarrierStrengSkillAction
|
||||
{
|
||||
/// <inheritdoc/>
|
||||
public override short Key => 404;
|
||||
}
|
||||
Reference in New Issue
Block a user