7 lines
153 B
C#
7 lines
153 B
C#
|
|
namespace LANCommander.SDK.Models;
|
||
|
|
|
||
|
|
public class SavePathEntry
|
||
|
|
{
|
||
|
|
public string ArchivePath { get; set; }
|
||
|
|
public string ActualPath { get; set; }
|
||
|
|
}
|