(Object unused)
| 1314 | } |
| 1315 | |
| 1316 | private static void LookspringFunc(Object unused) { |
| 1317 | Cvar.getInstance().SetValue("lookspring", 1 - ClientGlobals.lookspring.value); |
| 1318 | } |
| 1319 | |
| 1320 | private static void LookstrafeFunc(Object unused) { |
| 1321 | Cvar.getInstance().SetValue("lookstrafe", 1 - ClientGlobals.lookstrafe.value); |
no test coverage detected