Updated phone UI
This commit is contained in:
@@ -36,6 +36,12 @@ public:
|
||||
UFUNCTION(BlueprintPure)
|
||||
const TArray<UCommission*>& GetAcceptedCommissions() const { return AcceptedCommissions; }
|
||||
|
||||
// Commissions completed within the current period. Cleared at the day-roll alongside the accepted
|
||||
// list (see ExpireAccepted), so today this is "completed today" for both tiers — true week-long
|
||||
// retention for weeklies needs the deferred §13.1 weekly-lifecycle work.
|
||||
UFUNCTION(BlueprintPure)
|
||||
const TArray<UCommission*>& GetCompletedCommissions() const { return CompletedCommissions; }
|
||||
|
||||
UFUNCTION(BlueprintCallable)
|
||||
void AcceptCommission(UCommission* Commission);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user