fix: Fixed missing math functions

This commit is contained in:
AURUMVORXX
2024-11-11 10:49:25 +03:00
parent 84b5b33e0c
commit 2e83646914
2 changed files with 67 additions and 0 deletions

View File

@@ -19,6 +19,10 @@ from g2o.functions.chat import sendMessageToPlayer
from g2o.functions.chat import sendPlayerMessageToAll
from g2o.functions.chat import sendPlayerMessageToPlayer
from g2o.functions.math import getDistance2d
from g2o.functions.math import getDistance3d
from g2o.functions.math import getVectorAngle
from g2o.functions.game import getHostname
from g2o.functions.game import getMaxSlots
from g2o.functions.game import getPlayersCount