1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Move PlayerSAO to dedicated files

This commit is contained in:
Loic Blot
2020-04-11 09:59:09 +02:00
committed by Loïc Blot
parent c99e8df07f
commit 894a34aef4
19 changed files with 1038 additions and 992 deletions

View File

@@ -28,6 +28,7 @@ struct InventoryLocation;
struct ItemStack;
struct ToolCapabilities;
struct PlayerHPChangeReason;
class ServerActiveObject;
class ScriptApiPlayer : virtual public ScriptApiBase
{