From a50e1a57ce168de62cc88c65f28e8a158abdf872 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Sun, 16 May 2021 09:00:08 +0300 Subject: [PATCH] clean --- ScoreboardExt/Classes/DamageReplicationInfo.uc | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 ScoreboardExt/Classes/DamageReplicationInfo.uc diff --git a/ScoreboardExt/Classes/DamageReplicationInfo.uc b/ScoreboardExt/Classes/DamageReplicationInfo.uc deleted file mode 100644 index df1e859..0000000 --- a/ScoreboardExt/Classes/DamageReplicationInfo.uc +++ /dev/null @@ -1,13 +0,0 @@ -class DamageReplicationInfo extends ReplicationInfo; - -var KFPlayerController KFPC; - -unreliable client function ClientNumberMsg( int Count, vector Pos, class Type ) -{ - ScoreboardExtHUD(KFPC.MyHUD).AddNumberMsg(Count,Pos,Type); -} - -defaultproperties -{ - bOnlyRelevantToOwner=True -} \ No newline at end of file