void SetCurrentNote(IStickyNote bug) { if (currentNote == null) { return; } currentNote.Set(bug); }
public void Set(IStickyNote stickyNote) { textMesh.text = stickyNote.BugText; }