Exemple #1
0
 public ErrorCode Run()
 {
     m_resourceResolver.UnpackResources(m_unpackPath);
     return(ErrorCode.Success);
 }
Exemple #2
0
 public ErrorCode Run()
 {
     m_unpackPath = GetUnpackPath();
     m_resourceResolver.UnpackResources(m_unpackPath);
     return(Execute());
 }