TTT_Role_Overview/roles/Example.php
2022-03-28 07:40:17 +02:00

15 lines
458 B
PHP

<?php
# Text Color
$tcolor = "black";
# This is the color defined by https://materializecss.com/color.html
$color = "yellow lighten-5";
#The Steam URL to your addon
$steam = "https://steamcommunity.com/sharedfiles/filedetails/?id=2004491494";
#The Source URL to your addon
$source = "https://github.com/Gensokian/ttt2-role_tra";
#The Name of the Role
$name = "Example";
#The Description of the Role, HTML conform :)
$description = "Some example content";
?>