C# Class MapGen.Node, chrawl

Inheritance: Structure
显示文件 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_oe property

public bool dC
return bool

s public_oe property

public int s
return int