C# Class MapGen.Node, chrawl

Inheritance: Structure
Show file Open project: PentaHelix/chrawl

Public Properties

Property Type Description
dC bool
s int

Public Methods

Method Description
Node ( int x, int y, string t ) : UnityEngine

Method Details

Node() public method

public Node ( int x, int y, string t ) : UnityEngine
x int
y int
t string
return UnityEngine

Property Details

dC public property

public bool dC
return bool

s public property

public int s
return int