removed internal

This commit is contained in:
Sem van der Hoeven
2020-09-25 15:56:47 +02:00
parent 13d99eb107
commit dc4d3c852b
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -10,7 +10,7 @@ namespace RH_Engine
{
public delegate void HandleSerial(string message);
internal class Program
class Program
{
private static PC[] PCs = {
//new PC("DESKTOP-M2CIH87", "Fabian"),