コード例 #1
0
ファイル: Essence.cs プロジェクト: theAprel/Procurement
 public Essence(JSONProxy.Item item) : base(item)
 {
     Type = ProxyMapper.GetEssenceType(item);
 }