Files
adriadri6972 d3d9c5f833 upload project
2025-07-31 15:21:08 +02:00

9 lines
208 B
C#

namespace UnityEngine.XR.Simulation
{
internal interface ISimulationSessionResetHandler
{
// ReSharper disable once UnusedMemberInSuper.Global
void OnSimulationSessionReset();
}
}