示例#1
0
文件: PauseMenu.cs 项目: j4ra/FPS
 // Use this for initialization
 void Start()
 {
     fpc = Player.GetComponent<FirstPersonController>();
     pa = Player.GetComponent<Playar_Attack>();
 }
示例#2
0
文件: UI_Weapon.cs 项目: j4ra/FPS
 // Use this for initialization
 void Start()
 {
     pa = Player.GetComponent<Playar_Attack>();
     img = GetComponent<Image>();
 }