Space-Smash-Out/Assets/Scripts/IHUDOwner.cs

4 lines
76 B
C#

public interface IHUDOwner
{
public BoostCapacityUI BoostUI { get; set; }
}