1
0
KF2-Dev-Scripts/KFGame/Classes/KFPhysicalMaterialProperty.uc

14 lines
645 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFPhysicalMaterialProperty
//=============================================================================
// Non-abstract implementation of PhysicalMaterialPropertyBase. Empty
// because EMaterialTypes is now defined in Engine.
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
//=============================================================================
class KFPhysicalMaterialProperty extends PhysicalMaterialPropertyBase;
DefaultProperties
{
}