コード例 #1
0
 public GetLostItem(Api_Happening happening)
 {
     this.Type = (ItemType)happening.api_mst_id;
     this.Count = -happening.api_count;
 }