1
0
KF2-Dev-Scripts/Engine/Classes/ParticleModuleForceFieldCylindrical.uc
2020-12-13 18:01:13 +03:00

15 lines
407 B
Ucode

// NVCHANGE_BEGIN: TSC - adding module for spawning force fields
/**
* Copyright 1998-2011 Epic Games, Inc. All Rights Reserved.
*/
class ParticleModuleForceFieldCylindrical extends ParticleModuleForceFieldBase;
defaultproperties
{
Begin Object Class=NxForceFieldCylindricalComponent Name=FF
End Object
ForceField = FF
}
// NVCHANGE_END: TSC - adding module for spawning force fields