added io library isolation so logic functions cant access the io functions

This commit is contained in:
Redo
2020-07-04 02:02:41 -05:00
parent f1013a2356
commit 94bb85c31d
4 changed files with 34 additions and 9 deletions

View File

@@ -1,6 +1,4 @@
require "utility"
Simulation = {}
function Simulation:new()