示例#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;
 }