mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-06 17:58:05 +02:00
Make TableContainer virtual and public (#6753)
This commit is contained in:
@@ -4,7 +4,8 @@ using Robust.Shared.Maths;
|
||||
|
||||
namespace Robust.Client.UserInterface.Controls;
|
||||
|
||||
internal sealed class TableContainer : Container
|
||||
[Virtual]
|
||||
public class TableContainer : Container
|
||||
{
|
||||
private int _columns = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user