AmaroK86.MassEffect3.DLCEditor.undoDeleteFile C# (CSharp) Method

undoDeleteFile() public method

public undoDeleteFile ( string fileName ) : void
fileName string
return void
        public void undoDeleteFile(string fileName)
        {
            listDelete.Remove(FileNameHash.Compute(fileName));
            listComplete[FileNameHash.Compute(fileName)] = action.copy;
        }