void CreateEntityRearSight(EntitiesPool pool) { var realSightComponent = new RearSight(); pool.CreateEntityAndAddComponent(realSightComponent, _countEntity); }
void CreateEntitySilencer(EntitiesPool pool) { var silencerComponent = new Silencer(); pool.CreateEntityAndAddComponent(silencerComponent, _countEntity); }