BuiltInStrategies.StrategyLoader.GetAllPlayerActions C# (CSharp) Метод

GetAllPlayerActions() публичный статический Метод

public static GetAllPlayerActions ( ) : Dominion.Strategy.PlayerAction[]
Результат Dominion.Strategy.PlayerAction[]
        public static PlayerAction[] GetAllPlayerActions()
        {
            return GetAllPlayerActions(System.Reflection.Assembly.GetExecutingAssembly());
        }

Same methods

StrategyLoader::GetAllPlayerActions ( System assembly ) : Dominion.Strategy.PlayerAction[]