moved BeamNG methods to its own File

This commit is contained in:
Seth Samuel 2024-11-10 15:53:21 +13:00
parent 73d7cf6d0b
commit cec09d6bcb
5 changed files with 54 additions and 46 deletions

1
GAME_METHODS/__init__.py Normal file
View file

@ -0,0 +1 @@
__all__= ["BEAMNG_METHODS"]