You've already forked AstralRinth
forked from didirus/AstralRinth
Update utilities and documentation
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
export default function Generator(options: PluginOptions): {
|
||||
name: string;
|
||||
buildStart(): Promise<void>;
|
||||
};
|
||||
export interface PluginOptions {
|
||||
projectColors: boolean;
|
||||
landingPage: boolean;
|
||||
gameVersions: boolean;
|
||||
tags: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user