mirror of
https://github.com/UberGames/EF2GameSource.git
synced 2025-02-21 19:10:55 +00:00
reformat
This commit is contained in:
parent
e6ea22ee1a
commit
61be76cf60
1 changed files with 96 additions and 97 deletions
|
@ -31,8 +31,7 @@ class CombatSubsystem;
|
|||
//
|
||||
// Encapsulates combat related data and functionality for the actor
|
||||
//
|
||||
class CombatSubsystem
|
||||
{
|
||||
class CombatSubsystem {
|
||||
public:
|
||||
CombatSubsystem();
|
||||
CombatSubsystem(Actor* actor);
|
||||
|
|
Loading…
Reference in a new issue