2022-02-02 16:34:46 +00:00
|
|
|
package love.distributedrebirth.bassboonyd;
|
|
|
|
|
2022-02-02 17:01:10 +00:00
|
|
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
2022-02-02 17:06:12 +00:00
|
|
|
public interface BãßBȍőnCoffinStoreʸᴰ<T extends BãßBȍőnCoffinStoreKeyʸᴰ> {
|
2022-02-02 16:34:46 +00:00
|
|
|
|
2022-02-02 17:06:12 +00:00
|
|
|
BãßBȍőnCoffinʸᴰ<T> GET_BBC();
|
2022-02-02 16:34:46 +00:00
|
|
|
}
|