Example #1
0
 public AccionCaminar(RecibeComandos _comandos, int _iPoder, string _cNombreGuerrero)
 {
     receiver       = _comandos;
     PoderGuerrero  = _iPoder;
     NombreGuerrero = _cNombreGuerrero;
 }
Example #2
0
 public AccionDispararPistola(RecibeComandos _comandos, int _iPoder, string _cNombreGuerrero)
 {
     receiver       = _comandos;
     PoderGuerrero  = _iPoder;
     NombreGuerrero = _cNombreGuerrero;
 }
 public AccionLanzarGranada(RecibeComandos _comandos, int _iPoder, string _cNombreGuerrero)
 {
     receiver       = _comandos;
     PoderGuerrero  = _iPoder;
     NombreGuerrero = _cNombreGuerrero;
 }