1 using System.Collections.Generic;
2 using Microsoft.Xna.Framework;
4 namespace Loot.Api.Core
19 protected override List<ModifierTooltipLine> DefaultProperty
24 Property.AddRange(value);
30 Property.AddRange(lines);
68 foreach (
string text
in texts)
78 foreach (
string text
in texts)
95 if (text != null) Text = text;
96 Color = Microsoft.Xna.Framework.Color.Lime;
107 if (text != null) Text = text;
108 Color = Microsoft.Xna.Framework.Color.Red;