public void SetStatusTree(TreeSituation status) { TreeStatus = status; if (TreeStatus == TreeSituation.Burning) { Trees?.Invoke(this); } }