NLDClient-yudde/ProjectNLD/Assets/Code/Scripts/Gameplay/Common/Event/EDReleasePlayerSkill.cs

8 lines
113 B
C#

namespace Gameplay.Common
{
public class EDReleasePlayerSkill
{
public bool isCancel;
}
}