rott/kf_sources/KFMod/Classes/BloodySheet.uc
2026-07-14 20:27:09 +07:00

16 lines
275 B
Ucode

class BloodySheet extends Decoration;
simulated function PostBeginPlay()
{
if( Level.NetMode!=NM_DedicatedServer )
LoopAnim('Sway');
}
defaultproperties
{
bStatic=False
Mesh=SkeletalMesh'KFMapObjects.BloodySheet'
bNoDelete=True
RemoteRole=ROLE_None
}