diff --git a/Nibriboard/Client/NibriClient.cs b/Nibriboard/Client/NibriClient.cs index f1a417d..6063df9 100644 --- a/Nibriboard/Client/NibriClient.cs +++ b/Nibriboard/Client/NibriClient.cs @@ -212,6 +212,16 @@ namespace Nibriboard.Client return result; } + /// + /// Determines whether this client can see the chunk at the specified chunk reference. + /// + /// The chunk reference to check the visibility of. + /// Whether this client can see the chunk located at the specified chunk reference + public bool CanSee(ChunkReference chunkRef) + { + throw new NotImplementedException(); + } + #region Message Handlers /// /// Handles an incoming handshake request. We should only receive one of these!