コード例 #1
0
ファイル: BuildingService.cs プロジェクト: 5ameOld/MP_TD
 public BuildingView GetViewById(int id)
 {
     return(Depot.GetViewById(id));
 }