示例#1
0
 static void Postfix(VRUI.VRUIViewController.DeactivationType deactivationType)
 {
     if (deactivationType == VRUI.VRUIViewController.DeactivationType.RemovedFromHierarchy)
     {
         Gamemode.ResetGameMode();
     }
 }