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

refactor: removed unused variables

parent 5637763a
No related branches found
No related tags found
No related merge requests found
......@@ -43,13 +43,6 @@ public class DisplayFacts : MonoBehaviour
public GameObject prefab_OnCircleFact;
public GameObject prefab_AngleCircleLineFact;
[Header("Visualisation")]
public int x_Start;
public int y_Start;
public int X_Pacece_Between_Items;
public int y_Pacece_Between_Items;
public int number_of_Column;
//Start is called before the first frame update
void Start()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment