From 5546fdad0ee937b41bfb7d56e8d26469a111a7ee Mon Sep 17 00:00:00 2001 From: Aman Thakur Date: Wed, 16 Sep 2020 20:56:05 +0530 Subject: [PATCH 1/2] Update CalculateInfected.cs I have forked --- CalculateInfected.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; From c3567ac99cf215c43aca5422dae1b6e589e1718d Mon Sep 17 00:00:00 2001 From: Aman Thakur Date: Wed, 16 Sep 2020 21:04:41 +0530 Subject: [PATCH 2/2] removed just space before line 1 --- People_spawner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;