mirror of
https://github.com/kuhyx/testsAndMisc-archive.git
synced 2026-07-04 14:43:04 +02:00
More PC Language :P
This commit is contained in:
parent
a3a61328aa
commit
b63decc8fe
@ -2,7 +2,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
const std::vector <std::string> TIERS = {"Shit", "Bad", "Mid", "Good", "Top", "God Tier"};
|
||||
const std::vector <std::string> TIERS = {"Abhorrent", "Bad", "Mid", "Good", "Top", "God Tier"};
|
||||
const float TIER_BASE = TIERS.size();
|
||||
|
||||
void print(std::string const s)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user