(clienr) feat:事件定义

This commit is contained in:
m0_75251201
2025-08-28 15:07:36 +08:00
parent 9713ad9129
commit 56956f351f
17 changed files with 305 additions and 3063 deletions

View File

@ -169,6 +169,7 @@ namespace Entity
// 协程引用
private Coroutine _attackCoroutine;
protected List<Hediff> hediffs;
[SerializeField] private float _hitBarUIShowTime = 5;

View File

@ -0,0 +1,15 @@
using Data;
namespace Entity
{
public class Hediff
{
public float Duration{get;private set;}
public Hediff(HediffDef def)
{
}
}
}

View File

@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: afec36ba23b944cf94ca944a8f8f35f4
timeCreated: 1756308924