networking i guess
This commit is contained in:
@@ -6,6 +6,17 @@ struct Vector {
|
||||
float y;
|
||||
float z;
|
||||
};
|
||||
struct Color {
|
||||
float r;
|
||||
float g;
|
||||
float b;
|
||||
};
|
||||
struct ColorAlpha {
|
||||
float r;
|
||||
float g;
|
||||
float b;
|
||||
float a;
|
||||
};
|
||||
struct QAngle {
|
||||
float pitch;
|
||||
float yaw;
|
||||
|
||||
Reference in New Issue
Block a user