v0.10.5.1
This commit is contained in:
@@ -104,6 +104,12 @@ namespace Barotrauma
|
||||
set { textBlock.HoverTextColor = value; }
|
||||
}
|
||||
|
||||
public Color SelectedTextColor
|
||||
{
|
||||
get { return textBlock.SelectedTextColor; }
|
||||
set { textBlock.SelectedTextColor = value; }
|
||||
}
|
||||
|
||||
public override float FlashTimer
|
||||
{
|
||||
get { return Frame.FlashTimer; }
|
||||
|
||||
Reference in New Issue
Block a user