コード例 #1
0
 private void Start()
 {
     this._player = base.GetComponent <Cplayer>();
 }
コード例 #2
0
 public void Setup()
 {
     this._player = this._instance.GetComponent <Cplayer>();
     this._player.setPlayerNumber(this._playerNumber);
 }
コード例 #3
0
 private void Awake()
 {
     this._player = base.GetComponent <Cplayer>();
 }
コード例 #4
0
 public void setPlayer(Cplayer aPlayer)
 {
     this._player = aPlayer;
 }