system variables

This commit is contained in:
2025-01-02 21:41:06 -05:00
parent 3ff1b6d1e8
commit e0f539b9b0
3 changed files with 39 additions and 38 deletions

View File

@ -10,4 +10,6 @@ mod vm;
#[path = "./luau/alias.rs"]
mod alias;
#[path = "./luau/terminal.rs"]
mod terminal;
mod terminal;
#[path = "./luau/system.rs"]
mod sytem;