Skip to content

Commit 3291539

Browse files
add intro to OOP classes article
1 parent eb62961 commit 3291539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/pages/OOP_Classes.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const classesByCategory = getOOPClassesByCategory();
1111
tableOfContents: false,
1212
}}>
1313
<p>This page lists all <strong><a href="/OOP">OOP</a> Classes</strong> available in the <a href="/Lua_API">Lua API</a> organized by category.</p>
14-
14+
<p>Vectors and Matrices make it easier to drop the complex maths and go straight ahead with fun part of maths. OOP does not have to be enabled in the server config for this to be enabled.</p>
1515

1616
{Object.entries(classesByCategory).map(([category, oopClasses]) => (
1717
<section>

0 commit comments

Comments
 (0)