Format
This commit is contained in:
@ -1,12 +0,0 @@
|
||||
namespace View_by_Distance.Shared.Models.Properties;
|
||||
|
||||
public interface INavigate
|
||||
{
|
||||
|
||||
public List<string[]> Levels { get; }
|
||||
public string SourceDirectory { get; }
|
||||
public string DirectoryRelativePath { get; }
|
||||
public FaceFileSystem[] FaceFileSystemCollection { get; }
|
||||
public DirectoryFileSystem[] DirectoryFileSystemCollection { get; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user