public class SeparatorToolItem : ToolItem, Implementor, Buildable {
public weak bool draw { get; set; } ;
public SeparatorToolItem ( ) ;
public bool get_draw ( ) ;
public void set_draw ( bool draw ) ;
}

public SeparatorToolItem ( ) ;
public weak bool draw { get; set; } ;
public bool get_draw ( ) ;
public void set_draw ( bool draw ) ;
Created by Valadoc