Basic game system editor
This commit is contained in:
@@ -3,5 +3,5 @@ import { Schema } from '../../types/schema';
|
||||
|
||||
export const SchemaEditAtom = atom<Schema>({
|
||||
key: 'schema-edit',
|
||||
default: {name: '', types: {}, templates: {}}
|
||||
default: {name: '', types: {}, templates: {}, id: ''}
|
||||
});
|
Reference in New Issue
Block a user