Updated lots of things
This commit is contained in:
10
src/gamedata/SmartObject.cpp
Normal file
10
src/gamedata/SmartObject.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "SmartObject.h"
|
||||
namespace ECS
|
||||
{
|
||||
SmartObjectModule::SmartObjectModule(flecs::world &ecs)
|
||||
{
|
||||
ecs.module<SmartObjectModule>();
|
||||
ecs.component<SmartObjectManager>().add(flecs::Singleton);
|
||||
ecs.component<SmartObject>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user