Add repo link to sources

This commit is contained in:
Shtoyan 2023-03-11 22:26:46 +04:00
parent c8613dc519
commit 28dba1571d
2 changed files with 7 additions and 0 deletions

View File

@ -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;

View File

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