void Awake()
 {
     s_instance = this;
     GameObject.DontDestroyOnLoad(gameObject);
 }
 void Awake()
 {
     s_instance = this;
     GameObject.DontDestroyOnLoad(gameObject);
     this.m_ReceiverDict = new Dictionary <byte, List <ReceiverInformation> >();
 }