Class AdjacentModel.Adjacency
Namespace: DeBroglie.Models
Assembly: DeBroglie.dll
Syntax
public class AdjacentModel.Adjacency
Properties
| Edit this page View SourceDest
Declaration
public Tile[] Dest { get; set; }
Property Value
| Type | Description |
|---|---|
| Tile[] |
Direction
Declaration
public Direction Direction { get; set; }
Property Value
| Type | Description |
|---|---|
| Direction |
Src
Declaration
public Tile[] Src { get; set; }
Property Value
| Type | Description |
|---|---|
| Tile[] |