mirror of
https://github.com/sbrl/Nibriboard.git
synced 2018-01-10 21:33:49 +00:00
[server] Add plane name property to Chunk for serialistion purposes.... which doesn't appear to be working right. Hrm.
This commit is contained in:
parent
53f5d9e400
commit
abce0b2af7
1 changed files with 10 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue