예제 #1
0
 public SallyAreaFilterChild(SallyArea area, ShipSallyAreaFilter owner)
 {
     this.model = area ?? SallyArea.Default;
     this.owner = owner;
     this.Name  = area?.Name ?? Resources.ShipCatalog_Operation_Neither;
 }
예제 #2
0
 public SallyAreaFilterChild(SallyArea area, ShipSallyAreaFilter owner)
 {
     this.model = area ?? SallyArea.Default;
     this.owner = owner;
     this.Name  = area?.Name ?? "출격해역없음";
 }
예제 #3
0
			public SallyAreaFilterChild(SallyArea area, ShipSallyAreaFilter owner)
			{
				this.model = area ?? SallyArea.Default;
				this.owner = owner;
				this.Name = area?.Name ?? "出撃海域なし";
			}