This commit is contained in:
Tyfon
2024-06-05 14:37:05 -07:00
parent 5b2fb51a18
commit 73aabbf96a
4 changed files with 6 additions and 3 deletions

2
R.cs
View File

@@ -657,6 +657,8 @@ namespace UIFixes
public static class RExtentensions
{
public static R.UIElement R(this UIElement value) => new R.UIElement(value);
public static R.UIInputNode R(this UIInputNode value) => new R.UIInputNode(value);
public static R.ProductionPanel R(this ProductionPanel value) => new(value);
public static R.AreaScreenSubstrate R(this AreaScreenSubstrate value) => new(value);
public static R.ItemSpecificationPanel R(this ItemSpecificationPanel value) => new(value);