Update 29.10.2022
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using CitizenFX.Core;
|
||||
|
||||
namespace Mosleys.Client.Extensions {
|
||||
public static class Vector4Extensions {
|
||||
|
||||
public static Vector3 ToVector3(this Vector4 vector) => new Vector3(vector.X, vector.Y, vector.Z);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user