init 2
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace LightlessSync.Services.TextureCompression;
|
||||
|
||||
public sealed record TextureCompressionRequest(
|
||||
string PrimaryFilePath,
|
||||
IReadOnlyList<string> DuplicateFilePaths,
|
||||
TextureCompressionTarget Target);
|
||||
Reference in New Issue
Block a user