public TimeKeeperButton(TimeWizard owner, float timeValue, Texture2D image) { this.timeKeeper = owner; this.timeValue = timeValue; content = new GUIContent(image); }
public TimeKeeperButton(TimeWizard owner, float timeValue, string title) { this.timeKeeper = owner; this.timeValue = timeValue; content = new GUIContent(title); }