SanderVantEinde.SecretHitlerBot.MessageHandlers.PickPlayerFlow.PickPlayerFlow C# (CSharp) Метод

PickPlayerFlow() публичный Метод

public PickPlayerFlow ( GameRegistry game, Func onPlayerPicked ) : SanderVantEinde.TelegramBot
game GameRegistry
onPlayerPicked Func
Результат SanderVantEinde.TelegramBot
        public PickPlayerFlow(GameRegistry.Game game, Func<User, TelegramBot.TelegramBot, Message, GameRegistry.Game, Task<TelegramBotReply>> onPlayerPicked)
        {
            this.game = game;
            this.onPlayerPicked = onPlayerPicked;
        }
        public override string SlashCommand { get { return null; } }