12345678910111213141516171819202122232425262728293031323334353637383940 |
- namespace MafiaTelegramBot.Resources
- {
- public enum Callback
- {
- ChangeNickName,
- ConnectToPrivateRoom,
- ConnectToPublicRoom,
- ShopMenu,
- ShowMyRoles,
- SettingsProfile,
- SettingsRoom,
- ConnectToSelectedRoom,
- SetPlayersMaximum,
- KickUser,
- SwitchTimer,
- PlayersCount,
- ChangeRoles,
- ApplyRolesChange,
- Vote,
- VoteToKill,
- MafiaTarget,
- NightTarget,
- DetectiveTarget,
- StartGame,
- ShowMyExtendedStats,
- ChooseRoomView,
- ChooseGameMode,
- ChooseGameType,
- ConnectToNotRanked,
- ConnectToRanked,
- GiveToAll,
- GiveToSelected,
- GiveRole,
- Continue,
- PackOpen,
- PackInfo,
- ShowMyPacks,
- BackToProfile
- }
- }
|