예제 #1
0
 public void AddBackgroundItem(BackgroundItem backgroundItem)
 {
     BackgroundItems.Add(backgroundItem);
 }
예제 #2
0
 public MapBuilder AddBackgroundItem(BackgroundItem backgroundItem)
 {
     return(AddAction(map => map.AddBackgroundItem(backgroundItem)));
 }