mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
7 lines
No EOL
176 B
C#
7 lines
No EOL
176 B
C#
namespace NAK.DesktopVRSwitch.VRModeTrackers;
|
|
|
|
public abstract class VRModeTracker
|
|
{
|
|
public virtual void TrackerInit() { }
|
|
public virtual void TrackerDestroy() { }
|
|
} |