void Awake()
 {
     LayerMaskConfig.initConfig();
 }
 void Awake()
 {
     LayerMaskConfig.initConfig();
     rb = GetComponent <Rigidbody2D>();
 }