Browse Source

Add repo link to sources

dev
Shtoyan 2 years ago
parent
commit
28dba1571d
  1. 3
      KFZedsReportMut.uc
  2. 4
      ReportInteraction.uc

3
KFZedsReportMut.uc

@ -1,6 +1,9 @@
/**
* Mutator that replicates and diplayes on clients information about how many
* zeds are spawned and with what recent spawn rate.
*
* Author: dkanus
* Home repo: https://insultplayers.ru/git/dkanus/KFZedsReport
*/
class KFZedsReportMut extends Mutator;

4
ReportInteraction.uc

@ -1,3 +1,7 @@
/**
* Author: dkanus
* Home repo: https://insultplayers.ru/git/dkanus/KFZedsReport
*/
class ReportInteraction extends Interaction;
var KFZedsReportMut reportMutator;

Loading…
Cancel
Save