Archived
1

Bastion protection system

This commit is contained in:
2017-11-26 17:28:26 +04:00
parent ca147a99a3
commit e9a1642521
5 changed files with 86 additions and 8 deletions

View File

@@ -27,4 +27,5 @@ type SquaderInterface interface {
SquadsList(update *tgbotapi.Update, playerRaw *dbmapping.Player) string
ProcessMessage(update *tgbotapi.Update, chatRaw *dbmapping.Chat) string
ProtectBastion(update *tgbotapi.Update, newUser *tgbotapi.User) string
}