feat(runtime): own deferred set-position residence
This commit is contained in:
parent
e84a388e6f
commit
4c02ac4259
18 changed files with 5557 additions and 34 deletions
|
|
@ -1,4 +1,5 @@
|
|||
using AcDream.Core.Combat;
|
||||
using AcDream.Runtime.Physics;
|
||||
|
||||
namespace AcDream.Runtime;
|
||||
|
||||
|
|
@ -50,6 +51,10 @@ public readonly record struct RuntimeEntityDelta(
|
|||
RuntimeEntityChange Change,
|
||||
RuntimeEntitySnapshot Entity);
|
||||
|
||||
public readonly record struct RuntimePlacementDelta(
|
||||
RuntimeEventStamp Stamp,
|
||||
RuntimePlacementProjectionSnapshot Placement);
|
||||
|
||||
public enum RuntimeInventoryChange
|
||||
{
|
||||
Added,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue