refactor: move event disptacher into service locator
This commit is contained in:
@@ -9,5 +9,6 @@ namespace L2Bot::Domain::Repositories
|
||||
public:
|
||||
virtual const std::unordered_map<std::uint32_t, std::shared_ptr<Entities::EntityInterface>> GetEntities() = 0;
|
||||
virtual void Reset() = 0;
|
||||
virtual void Init() {};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user