BuiltInStrategies.StrategyLoader.GetAllPlayerActions C# (CSharp) Method

GetAllPlayerActions() public static method

public static GetAllPlayerActions ( ) : Dominion.Strategy.PlayerAction[]
return Dominion.Strategy.PlayerAction[]
        public static PlayerAction[] GetAllPlayerActions()
        {
            return GetAllPlayerActions(System.Reflection.Assembly.GetExecutingAssembly());
        }

Same methods

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