(client) chore:Clean code

This commit is contained in:
2025-08-28 16:20:24 +08:00
parent 909e995e15
commit c3bff1cf88
76 changed files with 5689 additions and 445 deletions

View File

@ -1,9 +1,7 @@
using Data;
using Parsing;
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Text.RegularExpressions;
using Data;
using UnityEngine;
namespace AI
{
@ -35,7 +33,7 @@ namespace AI
{
// 条件函数,返回 true 表示满足条件
private Func<Entity.Entity, bool> condition;
public override JobBase GetJob(Entity.Entity target)
{
// 检查条件是否满足
@ -75,5 +73,5 @@ namespace AI
}
}
}
}