public KTANEComponent() { textInfo = new InfoTextComponent("Best Time", ""); textInfo.LongestString = "Best Time 123.456 / 123.456"; textInfo.InformationName = "Best Time"; }
public InternalComponent(bool enabled, InfoTextComponent component) { Enabled = enabled; Component = component; }
public OriMapDisplayComponent(OriMemory memory) { textInfo = new InfoTextComponent("0%", "Swamp 0.00%"); textInfo.LongestString = "Valley Of The Wind - 100.00%"; this.memory = memory; }