C# Class SWCClasses.Games.RolePlay.BattleHandler

This class handles the general battle mechanics: Keep fighting until one group is dead.
显示文件 Open project: perl-easj/OOProg

Public Methods

Method Description
DoBattle ( SWCClasses.Games.RolePlay.CharacterGroup groupA, SWCClasses.Games.RolePlay.CharacterGroup groupB ) : void

Method Details

DoBattle() public static method

public static DoBattle ( SWCClasses.Games.RolePlay.CharacterGroup groupA, SWCClasses.Games.RolePlay.CharacterGroup groupB ) : void
groupA SWCClasses.Games.RolePlay.CharacterGroup
groupB SWCClasses.Games.RolePlay.CharacterGroup
return void