2022-02-07 15:30:07 +01:00
|
|
|
package love.distributedrebirth.imxmi.lang;
|
|
|
|
|
|
2022-10-20 03:06:56 +02:00
|
|
|
import love.distributedrebirth.bassboon.clazz.BãßBȍőnAuthor注;
|
2022-02-07 15:30:07 +01:00
|
|
|
|
2022-10-15 02:34:58 +02:00
|
|
|
@BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
2022-02-07 15:30:07 +01:00
|
|
|
public interface ImComponentˣᴹᴵ {
|
|
|
|
|
|
|
|
|
|
void renderBegin();
|
|
|
|
|
|
|
|
|
|
void renderComponent();
|
|
|
|
|
|
|
|
|
|
void renderEnd();
|
|
|
|
|
}
|