Ragemp-roleplay-skript/types-gt-mp/GrandTheftMultiplayer.Client.Misc.d.ts
2019-04-16 13:59:07 +02:00

9 lines
214 B
TypeScript

declare namespace GrandTheftMultiplayer.Client.Misc {
class ModelDimensions {
Maximum: GrandTheftMultiplayer.Shared.Math.Vector3;
Minimum: GrandTheftMultiplayer.Shared.Math.Vector3;
constructor();
}
}