RustDedicated/Assembly-CSharp/MenuBackgroundPanel.cs
2025-05-25 05:29:54 +09:30

6 lines
142 B
C#

public class MenuBackgroundPanel : SingletonComponent<MenuBackgroundPanel>
{
public CoverImage Image;
public float FadeDuration = 0.15f;
}