add separate example buffer for playing examples
This commit is contained in:
@ -15,6 +15,7 @@ export interface Universe {
|
||||
locals: { [key: number]: File };
|
||||
init: File;
|
||||
notes: File;
|
||||
example?: File;
|
||||
}
|
||||
|
||||
export interface File {
|
||||
|
||||
Reference in New Issue
Block a user