Command confirmation

This commit is contained in:
boy0001 2015-03-02 15:23:30 +11:00
parent bbd3fd3484
commit b20f13bc58

View File

@ -0,0 +1,5 @@
package com.intellectualcrafters.plot.util;
public class CmdConfirm {
public static HashMap<String, SubCommand> pending = new HashMap<>();
}