1
0
Fork 0

[server] Add plane name property to Chunk for serialistion purposes.... which doesn't appear to be working right. Hrm.

This commit is contained in:
Starbeamrainbowlabs 2017-05-04 21:37:22 +01:00
parent 53f5d9e400
commit abce0b2af7
1 changed files with 10 additions and 0 deletions

View File

@ -44,6 +44,16 @@ namespace Nibriboard.RippleSpace
/// </summary>
private Plane plane;
/// <summary>
/// The name of the plane that this chunk is on.
/// </summary>
/// <value>The name of the plane.</value>
public string PlaneName {
get {
return plane.Name;
}
}
/// <summary>
/// The lines that this chunk currently contains.
/// </summary>