package com.proxgrind.chameleon.defined;
public enum ChameleonType {
/*
* 变色龙有版本的区别,分别,G 和 V版本!
* 版本不同命令也不同!
* */
REVE,
REVG
}