17 lines
522 B
Java
17 lines
522 B
Java
package love.distributedrebirth.numberxd.base2t;
|
|
|
|
import java.util.Collection;
|
|
|
|
import love.distributedrebirth.bassboonyd.info.BãßBȍőnAuthor注;
|
|
import love.distributedrebirth.numberxd.base2t.part.T08PartOctal;
|
|
|
|
/**
|
|
* Appender model for Octals.
|
|
*/
|
|
@BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
|
public final class BaseAppenderOctal extends BaseAppenderAdapter<T08PartOctal> {
|
|
|
|
public BaseAppenderOctal(Collection<T08PartOctal> collection) {
|
|
super(collection);
|
|
}
|
|
}
|