Server.Commands.Add.TileState.TileState C# (CSharp) Méthode

TileState() public méthode

public TileState ( TileZType zType, int fixedZ, string args, bool outline ) : System
zType TileZType
fixedZ int
args string
outline bool
Résultat System
			public TileState( TileZType zType, int fixedZ, string[] args, bool outline )
			{
				m_ZType = zType;
				m_FixedZ = fixedZ;
				m_Args = args;
				m_Outline = outline;
			}
		}
Add.TileState