mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
成就获取支持手动停止
This commit is contained in:
parent
4ef7628acf
commit
7d3da8c304
@ -201,6 +201,11 @@ namespace VPet_Simulator.Core
|
||||
private Work nowWork;
|
||||
public void Stop(Action @then = null)
|
||||
{
|
||||
if (m.State == Main.WorkingState.Work && nowWork != null)
|
||||
{
|
||||
FinishWorkInfo fwi = new FinishWorkInfo(nowWork, GetCount);
|
||||
E_FinishWork?.Invoke(fwi);
|
||||
}
|
||||
Visibility = Visibility.Collapsed;
|
||||
m.State = Main.WorkingState.Nomal;
|
||||
m.Display(nowWork.Graph, AnimatType.C_End, then ?? m.DisplayNomal);
|
||||
|
Loading…
x
Reference in New Issue
Block a user