Add replicated wildlife base actor

This commit is contained in:
2026-05-11 01:16:16 -07:00
parent e6a6cd9e58
commit 66b532217c
4 changed files with 407 additions and 1 deletions
+2 -1
View File
@@ -28,6 +28,7 @@
- [x] Persistence subsystem can capture and restore saveable world actors.
- [x] Primitive shelter actor is marked as a persistent world actor.
- [x] Admin/dev console commands added to the Agrarian player controller.
- [x] Wildlife base actor added with replicated health, simple movement states, and harvesting hooks.
## Next Unreal Editor Tasks
@@ -51,4 +52,4 @@
- [x] Add item definition data asset class.
- [x] Add save/load capture for placed actors.
- [x] Add admin/dev console commands.
- [ ] Add wildlife base actor.
- [x] Add wildlife base actor.