mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-03 14:59:23 +00:00
[BetterShadowClone] Added DontRespectFPR setting
This commit is contained in:
parent
829ad55195
commit
0d82606308
6 changed files with 45 additions and 24 deletions
|
@ -6,6 +6,6 @@ public interface ITransformHider : IDisposable
|
|||
bool IsValid { get; }
|
||||
bool Process();
|
||||
bool PostProcess();
|
||||
void HideTransform();
|
||||
void HideTransform(bool forced = false);
|
||||
void ShowTransform();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue