ResourceTileSelection.RemoveAt C# (CSharp) Method

RemoveAt() public method

Removes at index.
public RemoveAt ( int index ) : void
index int /// Index. ///
return void
	public void RemoveAt(int index)
	{
		resource_tile_ids.RemoveAt(index);
	}
	public bool Remove( int id )