public final class ComboInfo
用于记录连击
private final String
type
private final Long
time
ComboInfo(String type, Long time)
final String
getType()
final Long
getTime()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final String getType()
连击类型
final Long getTime()
触发时间