示例#1
0
 private void Start()
 {
     keeper    = GetComponent <Statkeeper>();
     partCount = 0;
 }
示例#2
0
 private void Start()
 {
     playerStats = GameObject.FindWithTag("Player").GetComponent <Statkeeper>();
     dialogue    = GetComponent <DialogueInterface>();
 }
示例#3
0
 private void Start()
 {
     stats = GameObject.FindWithTag("Player").GetComponent <Statkeeper>();
 }