inital skill
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user