Add repo link to sources
This commit is contained in:
parent
c8613dc519
commit
28dba1571d
@ -1,6 +1,9 @@
|
|||||||
/**
|
/**
|
||||||
* Mutator that replicates and diplayes on clients information about how many
|
* Mutator that replicates and diplayes on clients information about how many
|
||||||
* zeds are spawned and with what recent spawn rate.
|
* zeds are spawned and with what recent spawn rate.
|
||||||
|
*
|
||||||
|
* Author: dkanus
|
||||||
|
* Home repo: https://insultplayers.ru/git/dkanus/KFZedsReport
|
||||||
*/
|
*/
|
||||||
class KFZedsReportMut extends Mutator;
|
class KFZedsReportMut extends Mutator;
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/**
|
||||||
|
* Author: dkanus
|
||||||
|
* Home repo: https://insultplayers.ru/git/dkanus/KFZedsReport
|
||||||
|
*/
|
||||||
class ReportInteraction extends Interaction;
|
class ReportInteraction extends Interaction;
|
||||||
|
|
||||||
var KFZedsReportMut reportMutator;
|
var KFZedsReportMut reportMutator;
|
||||||
|
Loading…
Reference in New Issue
Block a user