Add ResetMaterials option to Design

This commit is contained in:
anya-hichu 2024-10-11 19:55:05 +02:00
parent 9d99d936aa
commit 210bca4c7c
11 changed files with 42 additions and 2 deletions

View file

@ -45,4 +45,7 @@ public class RevertDesign : IDesignStandIn
public bool ForcedRedraw
=> false;
public bool ResetMaterials
=> false;
}