C# Класс DivineRightGame.CharacterCreation.CharacterCreation

Character Creation MultiDecision Component
Показать файл Открыть проект

Открытые методы

Метод Описание
GenerateCharacterCreation ( ) : GameMultiEvent

Generates the particular Game Multi Event for character creation

GenerateRandom ( ) : List

Creates a number of random choices

ProcessParameters ( List choicesMade ) : void

Processes the Parameters and updates the main character in the right manner

Описание методов

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

Generates the particular Game Multi Event for character creation
public static GenerateCharacterCreation ( ) : GameMultiEvent
Результат DRObjects.EventHandling.MultiEvents.GameMultiEvent

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

Creates a number of random choices
public static GenerateRandom ( ) : List
Результат List

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

Processes the Parameters and updates the main character in the right manner
public static ProcessParameters ( List choicesMade ) : void
choicesMade List
Результат void