Revert "Share Location"

This reverts commit 9971b14177.
This commit is contained in:
Tsubasahane
2025-12-28 11:00:50 +08:00
parent 9971b14177
commit d3790013c6
12 changed files with 5 additions and 114 deletions

View File

@@ -40,6 +40,5 @@ namespace LightlessSyncServer.Hubs
public Task Client_GposeLobbyPushPoseData(UserData userData, PoseData poseData) => throw new PlatformNotSupportedException("Calling clientside method on server not supported");
public Task Client_GposeLobbyPushWorldData(UserData userData, WorldData worldData) => throw new PlatformNotSupportedException("Calling clientside method on server not supported");
public Task Client_ChatReceive(ChatMessageDto message) => throw new PlatformNotSupportedException("Calling clientside method on server not supported");
public Task Client_SendLocationToClient(LocationDto locationDto) => throw new PlatformNotSupportedException("Calling clientside method on server not supported");
}
}