inital skill

This commit is contained in:
Le Duc Anh
2025-10-16 11:17:25 +07:00
parent ed1a00932e
commit 20ce61da3e
3 changed files with 21 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 0dedb87fb40f4f19a0a958e12fbf1832
timeCreated: 1760588049
@@ -0,0 +1,15 @@
namespace PerfectWorld.Scripts.Skills
{
class Range
{
public char type; // 0点 1线 2自身球 3目标球 4圆锥形 5自身
}
public class SkillStub
{
public uint ID;
public const int MIN_LEVEL = 1;
public const int MAX_LEVEL = 10;
}
}
@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: d862905bd32244cdbb4755279b5e84cd
timeCreated: 1760588062