2022-02-04 18:00:03 +01:00
|
|
|
package love.distributedrebirth.numberxd.base2t;
|
|
|
|
|
|
2022-10-30 16:59:24 +01:00
|
|
|
import love.distributedrebirth.bassboon.jpp.lang.babel.duyts.DuytsDocAuthor注;
|
2022-02-04 18:00:03 +01:00
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Marker for XL numbers which needs seperator renderer.
|
|
|
|
|
*/
|
2022-10-30 16:59:24 +01:00
|
|
|
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
2022-02-04 18:53:00 +01:00
|
|
|
public interface BaseNumberˣᴸ<V extends BaseNumber<V>> extends BaseNumber<V> {
|
2022-02-04 18:00:03 +01:00
|
|
|
|
|
|
|
|
}
|