Added flags and fixed cmd->java parameter ordering
This commit is contained in:
@@ -3,6 +3,7 @@ package com.nemez.cmdmgr.component;
|
||||
public abstract class ArgumentComponent implements ICommandComponent {
|
||||
|
||||
public String argName;
|
||||
public int position;
|
||||
|
||||
@Override
|
||||
public String argName() {
|
||||
|
||||
Reference in New Issue
Block a user