feat(world): blackhole (#951)

This commit is contained in:
Johann
2023-02-08 22:50:26 +01:00
committed by GitHub
parent f9b59da443
commit bf8a98932c
6 changed files with 172 additions and 8 deletions

View File

@ -29,6 +29,7 @@ namespace big
CREATOR,
TRAIN,
WATER,
BLACKHOLE,
NETWORK,
SESSION,
@ -86,6 +87,7 @@ namespace big
{ tabs::CREATOR, { "Creator", view::creator }},
{ tabs::TRAIN, { "Train", view::train }},
{ tabs::WATER, { "Water", view::water }},
{ tabs::BLACKHOLE, { "Blackhole", view::blackhole }},
}}},
{tabs::NETWORK, { "Network", nullptr, {
{ tabs::SPOOFING, { "Spoofing", view::spoofing }},