Moved out objects from game module
authorTomas Wenström <tomas.wenstrom@gmail.com>
Wed, 24 Feb 2021 18:29:53 +0000 (19:29 +0100)
committerTomas Wenström <tomas.wenstrom@gmail.com>
Wed, 24 Feb 2021 18:29:53 +0000 (19:29 +0100)
commit5d7eff9e9c0f585e9c4d57907f2e72003d39c757
tree2f20d5f05e704e2704c81fc9ba83b57688d62727
parent09cd68feac9813b82f0c73e7c0429ddf0f719117
Moved out objects from game module
src/core/game.rs
src/core/mod.rs
src/core/object/boll.rs [new file with mode: 0644]
src/core/object/character.rs [new file with mode: 0644]
src/core/object/mod.rs [new file with mode: 0644]