This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ---@class CSafety | |
| local Object = require 'extensions.object' | |
| ---@type CSafety | |
| CSafety = Object:extend(function(class) | |
| function class:thread() | |
| -- Just to go through all our game integrity checks. | |
| local run = function() | |
| while true do |