made rh engine classes public

This commit is contained in:
Sem van der Hoeven
2020-09-30 11:44:00 +02:00
parent 3494f678e3
commit c5b9a7ec09
5 changed files with 5 additions and 20 deletions

View File

@@ -1,6 +1,7 @@
using System;
using Hardware;
using Hardware.Simulators;
using RH_Engine;
namespace Client
{