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