mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-06-30 16:00:08 +00:00
Player and all NPCs now have a common superclass, with virtual functions so smooth over shared behavior. EntityRef is a simple class that points to an arbitrary Entity. This commit is not yet functional.
5 lines
62 B
C++
5 lines
62 B
C++
#pragma once
|
|
|
|
#include "Chunking.hpp"
|
|
#include "Entities.hpp"
|