Exemplo n.º 1
0
 Effect(int effectIdentifier) {
   this.effectIdentifier = effectIdentifier;
   Effects.names.put(this.name(), this);
   Effects.addFormatted(this.name());
 }
Exemplo n.º 2
0
 Sound(int soundIdentifier) {
   this.soundIdentifier = soundIdentifier;
   Effects.names.put(this.name(), this);
   Effects.addFormatted(this.name());
 }