Skip to content

Instantly share code, notes, and snippets.

View poutsa663-ctrl's full-sized avatar

poutsa663-ctrl

  • Joined Mar 4, 2026
View GitHub Profile
---@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