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