Skip to content
Snippets Groups Projects
Commit 22731bf0 authored by Tobias Schöner's avatar Tobias Schöner
Browse files

refactor: remove obsolete whitespace; reorder variable

parent abaecb53
Branches
No related tags found
No related merge requests found
......@@ -33,16 +33,13 @@ public class DisplayFacts : MonoBehaviour
public GameObject prefab_EqualFact;
public GameObject prefab_UnEqualFact;
public GameObject prefab_TestFact;
public GameObject prefab_CircleFact;
public GameObject prefab_OnCircleFact;
public GameObject prefab_AngleCircleLineFact;
public GameObject prefab_TestFact;
//Start is called before the first frame update
void Start()
{
......@@ -68,9 +65,6 @@ void Start()
{typeof(UnEqualCirclesFact), prefab_UnEqualFact },
{typeof(TestFact), prefab_TestFact },
};
AddFactEvent.AddListener(AddFact);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment