feat(runtime): own initial create residence transaction
This commit is contained in:
parent
74103f75b5
commit
38fd4b8dc9
10 changed files with 3031 additions and 17 deletions
|
|
@ -47,6 +47,10 @@ public sealed class RuntimeEntityDirectory
|
|||
public InboundCreateResult AcceptCreate(WorldSession.EntitySpawn incoming) =>
|
||||
_inbound.AcceptCreate(incoming);
|
||||
|
||||
public CreateObjectTimestampDisposition PreviewCreateDisposition(
|
||||
WorldSession.EntitySpawn incoming) =>
|
||||
_inbound.PreviewCreateDisposition(incoming);
|
||||
|
||||
public bool TryDelete(
|
||||
AcDream.Core.Net.Messages.DeleteObject.Parsed delete,
|
||||
bool isLocalPlayer) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue