(AssetEditorWindow win)
| 825 | } |
| 826 | |
| 827 | internal void AddToRestore(AssetEditorWindow win) |
| 828 | { |
| 829 | AddToRestore(win, win.GetType(), new WindowRestoreData |
| 830 | { |
| 831 | AssetItemID = win.Item.ID, |
| 832 | }); |
| 833 | } |
| 834 | |
| 835 | internal void AddToRestore(CustomEditorWindow win) |
| 836 | { |
no test coverage detected