6 lines
178 B
Lua
6 lines
178 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return 1nil canSolve
|
|
---Returns whether the player can solve the selected artifact.
|
|
function CanSolveArtifact() end
|