chore: 移除文件头部注释并调整空行格式

- 删除自动生成的作者与日期注释,减少冗余信息
- 在枚举定义间添加空行以提升代码可读性
This commit is contained in:
walkpan
2026-03-24 23:30:58 +08:00
parent 6ea6976e43
commit 3f8c316010

View File

@@ -1,10 +1,3 @@
/*
* @Author: dgflash
* @Date: 2021-11-23 15:28:39
* @LastEditors: dgflash
* @LastEditTime: 2022-01-26 16:42:00
*/
/** 碰撞分组 */
export enum BoxSet {
//物理碰撞tag
@@ -91,6 +84,7 @@ export enum FightSet {
}
export enum IndexSet {
/** 英雄基础层级 */
HERO = 2000,