Files
project-reset/Assets/Scripts/Units/PlayerCombat.cs
2026-01-10 21:03:49 -05:00

7 lines
141 B
C#

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