コード例 #1
0
 public Refs(RPScore score, RPPlayerPowerup playerPowerup)
 {
     this.score         = score;
     this.playerPowerup = playerPowerup;
 }
コード例 #2
0
ファイル: ItemPowerup.cs プロジェクト: ByteNybbler/NotTheFace
 public void SetPlayerPowerup(RPPlayerPowerup val)
 {
     playerPowerup = val;
     NotifyPowerupExists();
 }