public Collect(int ID, CollectablesScript.collectType type)
 {
     //m_ForPerson = forPerson;
     m_Type = type;
     m_ID = ID;
 }
 public Collect()
 {
     //m_ForPerson = false;
     m_Type = CollectablesScript.collectType.INFO;
     m_ID = -1;
 }