[BetterShadowClone] Added DontRespectFPR setting

This commit is contained in:
NotAKidoS 2024-02-03 04:14:17 -06:00
parent 829ad55195
commit 0d82606308
6 changed files with 45 additions and 24 deletions

View file

@ -6,6 +6,6 @@ public interface ITransformHider : IDisposable
bool IsValid { get; }
bool Process();
bool PostProcess();
void HideTransform();
void HideTransform(bool forced = false);
void ShowTransform();
}