pub async fn create_tokenised_gameserver(
    fleets: Api<Fleet>,
    gameservers: Api<GameServer>,
    token: &str
) -> GameServer
Expand description

Create a Fleet, and pick on it’s GameServers and add the token to it. Returns the details of the GameServer that has been selected.