maint: added htrace ssgi

This commit is contained in:
Chris
2025-12-31 12:44:11 -05:00
parent 91ce080f51
commit 54f2d5a85f
203 changed files with 17634 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
namespace HTraceSSGI.Scripts.Extensions.CameraHistorySystem
{
public interface ICameraHistoryData
{
int GetHash();
void SetHash(int hashIn);
}
}