spart to data

This commit is contained in:
2026-06-14 21:00:14 +02:00
parent 201b13f80f
commit 2207116d0a
10 changed files with 192 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
namespace SlaveEngine.Assets;
public abstract class Asset {
public Guid Guid { get; private set; }
public AssetFileInfo FileInfo { get; private set; }
public Guid Guid { get; init; }
public AssetFileInfo FileInfo { get; init; }
}