merge Develop into master #9

Merged
SemvdH merged 66 commits from develop into master 2020-09-25 14:51:29 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit dc4d3c852b - Show all commits

View File

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

View File

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