示例#1
0
 private void Awake()
 {
     _character = GetComponent <Character>();
     _switch    = GetComponent <SwitchSpriteController>();
 }