script 800-899
This commit is contained in:
7
src/weapons/BulletInfo.h
Normal file
7
src/weapons/BulletInfo.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
class CBulletInfo
|
||||
{
|
||||
public:
|
||||
static bool TestForSniperBullet(float x1, float x2, float y1, float y2, float z1, float z2);
|
||||
};
|
||||
Reference in New Issue
Block a user