13 lines
290 B
Ucode
13 lines
290 B
Ucode
|
class DamageReplicationInfo extends ReplicationInfo;
|
||
|
|
||
|
var KFPlayerController KFPC;
|
||
|
|
||
|
unreliable client function ClientNumberMsg( int Count, vector Pos, class<KFDamageType> Type )
|
||
|
{
|
||
|
ClassicKFHUD(KFPC.MyHUD).AddNumberMsg(Count,Pos,Type);
|
||
|
}
|
||
|
|
||
|
defaultproperties
|
||
|
{
|
||
|
bOnlyRelevantToOwner=True
|
||
|
}
|