mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-03 14:59:23 +00:00
[BetterShadowClone] Throwing on git before i completely overcomplicate and have to revert lmao
This commit is contained in:
parent
d155ea546e
commit
5ee7dca50b
18 changed files with 1697 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
namespace NAK.BetterShadowClone;
|
||||
|
||||
public interface ITransformHider : IDisposable
|
||||
{
|
||||
bool IsActive { get; set; }
|
||||
bool IsValid { get; }
|
||||
bool Process();
|
||||
bool PostProcess();
|
||||
void HideTransform();
|
||||
void ShowTransform();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue