```rust struct Settings { #[key] id: u64, creator_id: u64, name: felt252, description: ByteArray, character_set: Array<Characters>, item_set: Array<Items>, } ``` Depends on Creator, Character, and Item Components
Depends on Creator, Character, and Item Components