mirror of https://github.com/tuyoogame/YooAsset
update samples
parent
37cab30ed7
commit
18830544a6
Assets/YooAsset/Samples~/Space Shooter/GameScript/Runtime/PatchLogic/FsmNode
|
@ -38,6 +38,7 @@ public class FsmUpdateManifest : IStateNode
|
|||
|
||||
if(operation.Status == EOperationStatus.Succeed)
|
||||
{
|
||||
operation.SaveManifestVersion();
|
||||
_machine.ChangeState<FsmCreateDownloader>();
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue