todo: other potential errors
This commit is contained in:
parent
716554e88b
commit
453eba2139
|
@ -104,6 +104,7 @@ pub struct Game {
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct GameHasNoAvatar;
|
pub struct GameHasNoAvatar;
|
||||||
|
// todo no tiles? no rooms? no palettes?
|
||||||
|
|
||||||
impl Game {
|
impl Game {
|
||||||
pub fn from(string: String) -> Result<Game, GameHasNoAvatar> {
|
pub fn from(string: String) -> Result<Game, GameHasNoAvatar> {
|
||||||
|
|
Loading…
Reference in New Issue