Exemplo n.º 1
0
 public TileState(TileZType zType, int fixedZ, string[] args, bool outline)
 {
     m_ZType   = zType;
     m_FixedZ  = fixedZ;
     m_Args    = args;
     m_Outline = outline;
 }
Exemplo n.º 2
0
 public TileState(TileZType zType, int fixedZ, string[] args, bool outline)
 {
     ZType   = zType;
     FixedZ  = fixedZ;
     Args    = args;
     Outline = outline;
 }
Exemplo n.º 3
0
			public TileState( TileZType zType, int fixedZ, string[] args, bool outline )
			{
				m_ZType = zType;
				m_FixedZ = fixedZ;
				m_Args = args;
				m_Outline = outline;
			}