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

@@ -4,7 +4,7 @@ using System;
namespace RH_Engine
{
class Command
public class Command
{
public const string STANDARD_HEAD = "Head";
public const string STANDARD_GROUND = "GroundPlane";