teamtalk 6.0.0

TeamTalk SDK for Rust
Documentation
1
2
3
4
5
6
7
8
commands = {
  start = function(args)
    return true
  end,
  stop = function(args)
    return true
  end
}