"Updated Bastion.lua: replaced 'Cvar' with 'Environment' and adjusted type annotations."

CiscOH Bellic 2 years ago
parent 0d0c039e18
commit 44e5f916a3
  1. 4
      src/_bastion.lua

@ -58,8 +58,8 @@ end
Bastion.Globals = {}
---@type Cvar
Bastion.Cvar = Bastion.require("Cvar")
---@type Environment
Bastion.Environment = Bastion.require("Environment")
---@type ClassMagic
Bastion.ClassMagic = Bastion.require("ClassMagic")
---@type List

Loading…
Cancel
Save