コード例 #1
0
ファイル: Dialog.cs プロジェクト: aleksandr294/Project-Raven
 void Start()
 {
     player = GameObject.FindGameObjectWithTag("Player").transform;
     dialog = dialog_system.Load(dialogue_file);
 }