示例#1
0
 private void Start()
 {
     _textController = ControllerHolder.Instance.TextInteractionCommand;
 }
示例#2
0
 private void Awake()
 {
     _textController = _textControllerGO.GetComponent <ITextInteractionCommand>();
 }