コード例 #1
0
 public void MakeMoney()
 {
     m_ItemType = m_Item.MONEY;
 }
コード例 #2
0
 public void MakeHealth()
 {
     m_ItemType = m_Item.HEALTH;
 }