| 113 | |
| 114 | /// <inheritdoc /> |
| 115 | public override void GetFilesToDeploy(List<string> files) |
| 116 | { |
| 117 | files.Add(Path.Combine(FolderPath, "Editor.h")); |
| 118 | files.Add(Path.Combine(FolderPath, "ProjectInfo.h")); |
| 119 | files.Add(Path.Combine(FolderPath, "Cooker/CookingData.h")); |
| 120 | files.Add(Path.Combine(FolderPath, "Cooker/GameCooker.h")); |
| 121 | files.Add(Path.Combine(FolderPath, "Cooker/PlatformTools.h")); |
| 122 | files.Add(Path.Combine(FolderPath, "Cooker/Steps/CookAssetsStep.h")); |
| 123 | files.Add(Path.Combine(FolderPath, "Utilities/ViewportIconsRenderer.h")); |
| 124 | files.Add(Path.Combine(FolderPath, "Managed/ManagedEditor.h")); |
| 125 | } |
| 126 | } |