using Reset.Core; namespace Reset.Units{ public class PlayerCombat : UnitCombat{ public CombatType currentCombatType; } }