コード例 #1
0
ファイル: BarNpc.cs プロジェクト: Vincent-ZYS/Adventurer
 void Awake()
 {
     instance = this;
 }
コード例 #2
0
 private void Start()
 {
     quest_text   = QuestImage.GetComponentInChildren <Text>();
     _instance    = this;
     playerStatus = GameObject.FindGameObjectWithTag(Tags.player).GetComponent <PlayerStatus>();
 }
コード例 #3
0
ファイル: BarNpc.cs プロジェクト: satela/xjhU3d
 public void Awake()
 {
     _instance = this;
 }