Skip to content
Snippets Groups Projects
Commit de9e078f authored by MaZiFAU's avatar MaZiFAU
Browse files

Auto Code Cleane-Up

parent 63893d4c
No related branches found
No related tags found
No related merge requests found
Showing with 108 additions and 120 deletions
......@@ -4,7 +4,6 @@
using System.Collections.Generic;
using System.IO;
using System.Text.RegularExpressions;
using UnityEditor.PackageManager.Requests;
using UnityEngine;
using UnityEngine.Networking;
......
using System.Collections;
using System.Linq;
using UnityEngine;
//using UnityEngine.EventSystems;
using UnityEngine.UI;
using static UIconfig;
public class AlignText : MonoBehaviour
{
......
......@@ -3,9 +3,7 @@
using System;
using System.Collections;
using System.Collections.Generic;
using TMPro;
using UnityEngine;
using UnityEngine.UIElements;
public abstract class AbstractAngleFact : FactWrappedCRTP<AbstractAngleFact>
{
......
using Newtonsoft.Json;
using REST_JSON_API;
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.WSA;
/// <summary>
/// Base-class for 1D-Facts
......
......@@ -4,7 +4,6 @@
using Newtonsoft.Json;
using REST_JSON_API;
using System.Collections;
using System.Xml.Linq;
/// <summary>
/// A Circle that is made out of a middle point, a plane and a radius
......
......@@ -6,7 +6,6 @@
using JsonSubTypes;
using System.Linq;
using REST_JSON_API;
using System.Drawing;
using System.Collections;
using System.Linq.Expressions;
......
......@@ -5,7 +5,6 @@
using System;
using UnityEngine;
using System.Collections;
using System.Xml.Linq;
/// <summary>
/// Point in 3D Space
......
......@@ -2,7 +2,6 @@
using System.Collections.Generic;
using Newtonsoft.Json;
using REST_JSON_API;
using UnityEngine.WSA;
/// <summary>
/// The volume of a cone A defined by a base area <see cref="CircleFact">CircleFact</see>, an apex <see cref="PointFact">PointFact</see> and the volume as float
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment