6 lines
123 B
C#
6 lines
123 B
C#
namespace AcDream.App.Physics;
|
|
|
|
internal interface ILocalPlayerLandblockSource
|
|
{
|
|
uint? LastKnownLandblockId { get; }
|
|
}
|