RustDedicated/Rust.UI/IAutoLayout.cs
2025-05-25 05:29:54 +09:30

4 lines
51 B
C#

public interface IAutoLayout
{
void DoLayout();
}