From e6193148cbb89e299b10846cd3c14e412ecaae66 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 28 Mar 2022 06:00:15 +0000 Subject: [PATCH] Update 'roles/Example.php' --- roles/Example.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/roles/Example.php b/roles/Example.php index f8b0385..6ca190f 100644 --- a/roles/Example.php +++ b/roles/Example.php @@ -11,4 +11,12 @@ $source = "https://github.com/Gensokian/ttt2-role_tra"; $name = "Example"; #The Description of the Role, HTML conform :) $description = "Some example content"; +#Creator of the Addon +$author = "Garry"; +#How To play +$howtoplay = "Be an example to anyone around you"; +#With what roles does this role play best? +$playsbestwith = "Innocents"; +#Convars +$convars = "ttt_non_existant_variable (default: 0)" ?>