public LuatVariable(LuatValue parent, LuatType type, LuatVariableFlags flags) : base(parent) { m_flags = flags; m_type = type; }
public LuatVariable(LuatValue parent, LuatVariableFlags flags) : base(parent) { m_flags = flags; }