Not using Weapon anymore.

This commit is contained in:
Zed A. Shaw 2025-06-28 11:53:48 -04:00
parent 57d69015c2
commit 7602fb0b31
5 changed files with 9 additions and 55 deletions

View file

@ -40,6 +40,10 @@ namespace DinkyECS
Entity entity() { return ++entity_count; }
void destroy(DinkyECS::Entity entity) {
(void)entity;
}
void clone_into(DinkyECS::World &to_world) {
to_world.$constants = $constants;
to_world.$facts = $facts;