lore312
Bronz Üye
- Katılım
- 4 May 2021
- Mesajlar
- 27
- Beğeniler
- 4
def get_spread_compensation(self):
"""Spread compensation hesaplama"""
try:
# Basit spread compensation
# Gerçek implementasyon için weapon spread pattern'leri gerekir
return {"x": 0, "y": 0}
except:
return {"x": 0, "y": 0}
yorum satırları bağırtma
, kendini güzel geliştirmişsin
"""Spread compensation hesaplama"""
try:
# Basit spread compensation
# Gerçek implementasyon için weapon spread pattern'leri gerekir
return {"x": 0, "y": 0}
except:
return {"x": 0, "y": 0}
yorum satırları bağırtma