示例#1
0
 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;
 }