Launcher bugfixes, fixed submarine position syncing, previewing the sub after round ends, wiring bugfix, slower reactor overheat, itemlabel, wifi components
This commit is contained in:
@@ -11,6 +11,12 @@ namespace Subsurface
|
||||
[AttributeUsage(AttributeTargets.Property)]
|
||||
public class Editable : System.Attribute
|
||||
{
|
||||
public int MaxLength;
|
||||
|
||||
public Editable(int maxLength = 20)
|
||||
{
|
||||
MaxLength = maxLength;
|
||||
}
|
||||
}
|
||||
|
||||
[AttributeUsage(AttributeTargets.Property)]
|
||||
|
||||
Reference in New Issue
Block a user