revert transient mdl/mtrl/tex

This commit is contained in:
Stanley Dimant
2025-01-14 01:25:11 +01:00
parent 163048ac49
commit 7e2be41024
4 changed files with 10 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
public class TransientConfig : IMareConfiguration
{
public Dictionary<string, TransientPlayerConfig> TransientConfigs { get; set; } = [];
public int Version { get; set; } = 0;
public int Version { get; set; } = 1;
public class TransientPlayerConfig
{