Exemplo n.º 1
0
 public CommandeAttackCac(ICommandUtils iCommandUtils, SpawnObjectData spawnObjectData, IEntity iEntity) :
     base(iCommandUtils, spawnObjectData)
 {
     _iEntity = iEntity;
 }
Exemplo n.º 2
0
 protected CommandeSpawnObect(ICommandUtils iCommandUtils, SpawnObjectData spawnObjectData) : base(iCommandUtils)
 {
     _spawnObjectData = spawnObjectData;
 }