Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions UndertaleModLib/Project/ProjectContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ internal record struct AssetNameTypePair(string DataName, SerializableAssetType
// Relevant project paths
private readonly string _mainFilePath;
private readonly string _mainDirectory;
public string MainFilePath { get => _mainFilePath; }
public string MainDirectory { get => _mainDirectory; }

// Main options of the project
private ProjectMainOptions _mainOptions = null;
Expand Down