4 lines
214 B
Lua
4 lines
214 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---Displays the introductory cinematic for the player's race. Only has effect if the player has never gained any experience.
|
|
function OpeningCinematic() end |