mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +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
11
BetterShadowClone/ShadowClone/IShadowClone/IShadowClone.cs
Normal file
11
BetterShadowClone/ShadowClone/IShadowClone/IShadowClone.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
using System;
|
||||
|
||||
namespace NAK.BetterShadowClone;
|
||||
|
||||
public interface IShadowClone : IDisposable
|
||||
{
|
||||
bool IsValid { get; }
|
||||
bool Process();
|
||||
void RenderForShadow();
|
||||
void RenderForUiCulling();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue