= Moved registration

This commit is contained in:
Matthew Cech
2019-06-30 00:18:49 -07:00
parent d054cf2036
commit 6d36ec0ade
4 changed files with 108 additions and 74 deletions
+3
View File
@@ -10,11 +10,14 @@ import dataStructures.Pair;
// is performed with general strings in the application
public class LocCommands extends BaseLocFile implements IConfigSection
{
// Defined const variables
public static final String HeaderName = "Localized Commands";
public static final String function = "LocCommands.stub";
// Instance
private static LocCommands instance;
// Constructor
public LocCommands()
{
super(HeaderName, function);