style(SkillSet): fix code indent and comment formatting
adjust the indentation and trailing whitespace of the DTType enum comment to meet code style requirements
This commit is contained in:
@@ -18,7 +18,7 @@ export enum TGroup {
|
||||
export enum DTType {
|
||||
single = 0,
|
||||
range = 1,
|
||||
aoe_grid = 2, // 3*3 网格范围攻击,以中路第2、3列为目标
|
||||
aoe_grid = 2, // 3*3 网格范围攻击,以中路第2、3列为目标
|
||||
}
|
||||
|
||||
export enum SkillKind {
|
||||
|
||||
Reference in New Issue
Block a user