feat: added htrace
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace HTraceSSGI.Scripts.Extensions.CameraHistorySystem
|
||||
{
|
||||
public interface ICameraHistoryData
|
||||
{
|
||||
int GetHash();
|
||||
void SetHash(int hashIn);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user