4 lines
76 B
C#
4 lines
76 B
C#
public interface IHUDOwner
|
|
{
|
|
public BoostCapacityUI BoostUI { get; set; }
|
|
} |