string? GetAttributeString(string key, string? def)
float GetAttributeFloat(string key, float def)
string?[] GetAttributeStringArray(string key, string[]? def, bool convertToLowerInvariant=false)
void ApplyForce(Vector2 force, float maxVelocity=NetConfig.MaxPhysicsBodyVelocity)