7 lines
141 B
C#
7 lines
141 B
C#
using Reset.Core;
|
|
|
|
namespace Reset.Units{
|
|
public class PlayerCombat : UnitCombat{
|
|
public CombatType currentCombatType;
|
|
}
|
|
} |