update core 完善核心游戏循环

This commit is contained in:
2024-10-26 21:50:45 +08:00
parent a5ae3c79dc
commit 6c3690c802
7 changed files with 61 additions and 90 deletions

View File

@@ -23,6 +23,8 @@ namespace Game.Component
private List<EnemyEntity> _enemyEntities;
private List<BaseProp> _baseProps;
public SuccessProp SuccessProp => this.successProp;
public float CurProgress => this._currentConditionNumber * 1f / completeConditionNumber;
public bool IsCondition => _currentConditionNumber >= completeConditionNumber;