namespace ET { public struct RewardEntry { public int ItemId; public long Count; } public struct CostEntry { public int ItemId; public long Count; } }