Пример #1
0
 public StageID(SelectedStages.StageDiffculity stageDiffculity, int stageIDNumber, int stageSequence)
 {
     StageDiffculity = stageDiffculity;
     StageIDNumber   = stageIDNumber;
     StageSequence   = stageSequence;
 }
Пример #2
0
 public EnemyComponentID(SelectedStages.StageDiffculity stageDiffculity, EnemyComponentType componentType, int componentID)
 {
     StageDiffculity = stageDiffculity;
     ComponentType   = componentType;
     ComponentID     = componentID;
 }