4 lines
141 B
C#
4 lines
141 B
C#
namespace Flawless.Core.Modal;
|
|
|
|
[Serializable]
|
|
public record struct CommitManifest(Guid ManifestId, DepotLabel Depot, string[] FilePaths); |