mirror of
https://github.com/csd4ni3l/aim-trainer.git
synced 2026-01-01 04:03:42 +01:00
Finish enemy and weapon customization, removal, Disable debug stuff, remove bottom movement, add set speed/size
This commit is contained in:
@@ -70,3 +70,10 @@ class FakePyPresence():
|
||||
...
|
||||
def close(self, *args, **kwargs):
|
||||
...
|
||||
|
||||
def is_float(string):
|
||||
try:
|
||||
float(string)
|
||||
return True
|
||||
except ValueError:
|
||||
return False
|
||||
Reference in New Issue
Block a user