Exemple #1
0
 internal CValueShotEnumAttribute(CShotEnum aShotEnum)
 {
     this.ShotEnum = aShotEnum;
 }
Exemple #2
0
 internal void Shoot(CShotEnum aShotEnum)
 => this.ShotManager.Shoot(aShotEnum);
Exemple #3
0
 public void Shoot(CShotEnum aShotEnum)
 => this.WorldSpriteManagers.Shoot(aShotEnum);
Exemple #4
0
 public CGemShotEnumAttribute(CShotEnum aShotEnum)
 {
     this.ShotEnum = aShotEnum;
 }