Changed accessibility modifiers in light of new structure.

This commit is contained in:
2020-02-23 16:21:23 -05:00
parent 48cf2b80ca
commit de68e62eb4
4 changed files with 11 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
namespace RecrownedGTK.Tools.CommandProcessor.Commands
{
internal class ClearConsoleCommand : EngineCommand
public class ClearConsoleCommand : EngineCommand
{
public ClearConsoleCommand() : base("clear")
{

View File

@@ -2,7 +2,7 @@
namespace RecrownedGTK.Tools.CommandProcessor.Commands
{
internal class HelpCommand : EngineCommand
public class HelpCommand : EngineCommand
{
CommandEngine commandEngine;