()
| 8526 | } |
| 8527 | |
| 8528 | void CheckClear() |
| 8529 | { |
| 8530 | if (VRToken != GetInitToken()) |
| 8531 | { |
| 8532 | Clear(); |
| 8533 | VRToken = GetInitToken(); |
| 8534 | } |
| 8535 | } |
| 8536 | |
| 8537 | public CVRSystem VRSystem() |
| 8538 | { |
nothing calls this directly
no outgoing calls
no test coverage detected