diff --git a/Nibriboard/RippleSpace/Chunk.cs b/Nibriboard/RippleSpace/Chunk.cs index 3b48f2f..9de1116 100644 --- a/Nibriboard/RippleSpace/Chunk.cs +++ b/Nibriboard/RippleSpace/Chunk.cs @@ -44,6 +44,16 @@ namespace Nibriboard.RippleSpace /// private Plane plane; + /// + /// The name of the plane that this chunk is on. + /// + /// The name of the plane. + public string PlaneName { + get { + return plane.Name; + } + } + /// /// The lines that this chunk currently contains. ///