public class Arrow : Misc, Implementor, Buildable {
public weak ArrowType arrow_type { get; set; } ;
public weak ShadowType shadow_type { get; set; } ;
public Arrow ( ArrowType arrow_type,
ShadowType shadow_type ) ;
public void set ( ArrowType arrow_type,
ShadowType shadow_type ) ;
}

public Arrow ( ArrowType arrow_type,
ShadowType shadow_type ) ;
public weak ArrowType arrow_type { get; set; } ;
public weak ShadowType shadow_type { get; set; } ;
public void set ( ArrowType arrow_type,
ShadowType shadow_type ) ;
Created by Valadoc