diff --git a/CalculateInfected.cs b/CalculateInfected.cs index ce8d56b..893fb5d 100644 --- a/CalculateInfected.cs +++ b/CalculateInfected.cs @@ -1,4 +1,4 @@ - using UnityEngine; +using UnityEngine; using System.Collections; using System.Collections.Generic; diff --git a/People_spawner.cs b/People_spawner.cs index f1e1cb4..d1d97f9 100644 --- a/People_spawner.cs +++ b/People_spawner.cs @@ -1,4 +1,4 @@ - using System.Collections; +using System.Collections; using System.Collections.Generic; using UnityEngine;