DungeonMasterEngine.GameConsoleContent.ChampionCommand.Run C# (CSharp) Method

Run() public method

public Run ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task
        public override async Task Run()
        {
            if (Actuator != null)
                await ChampoinReincarnation();
            else
                await ChampoinInfo();
        }