using System; public class Equipment { public void Clear() { this.CoinNum = 0; } public int CoinNum; }