refactor(streaming): extract the update frame
This commit is contained in:
parent
4e4aac2c5a
commit
0bc9fda9de
13 changed files with 912 additions and 184 deletions
6
src/AcDream.App/Physics/ILocalPlayerLandblockSource.cs
Normal file
6
src/AcDream.App/Physics/ILocalPlayerLandblockSource.cs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
namespace AcDream.App.Physics;
|
||||
|
||||
internal interface ILocalPlayerLandblockSource
|
||||
{
|
||||
uint? LastKnownLandblockId { get; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue