An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.

9 lines
73 B

local M = {}
M.hello =
{
en = "Hi there",
fr = "Bonjour"
}
return M;