blob: f78f2424bcb9a5c303de549374665ea97e1b238a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: Medic's resupply beacon
//
// $NoKeywords: $
//=============================================================================//
#ifndef TF_OBJ_SHIELDWALL_H
#define TF_OBJ_SHIELDWALL_H
#define SHIELDWALL_RANGE 300.0f
#endif // TF_OBJ_SHIELDWALL_H
|