1
0
KF2-Dev-Scripts/Engine/Classes/ApexDestructibleActorSpawnable.uc

12 lines
405 B
Ucode
Raw Permalink Normal View History

2020-12-13 15:01:13 +00:00
/*=============================================================================
ApexDestructibleActorSpawnable .uc: PhysX APEX integration.
Copyright 2008-2009 NVIDIA Corporation.
==============================================================================*/
class ApexDestructibleActorSpawnable extends ApexDestructibleActor
notplaceable;
DefaultProperties
{
bNoDelete=FALSE
}