BoringHeroes.GameLogic.Behaviourism.Actions.HealWithWell.Run C# (CSharp) Méthode

Run() protected méthode

protected Run ( object context ) : RunStatus
context object
Résultat RunStatus
        protected override RunStatus Run(object context)
        {
            //TODO: Implement fountain healing
            return RunStatus.Failure;
        }
HealWithWell