From 6dc89272381183ebd9965a73a993db59d3e6c72f Mon Sep 17 00:00:00 2001 From: Samrendra Roy <67054877+roysamren@users.noreply.github.com> Date: Sun, 28 May 2023 20:24:21 -0500 Subject: [PATCH] conduction control change --- Project/Assets/conduction.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project/Assets/conduction.cs b/Project/Assets/conduction.cs index 35987048..5c4ea89e 100644 --- a/Project/Assets/conduction.cs +++ b/Project/Assets/conduction.cs @@ -1,7 +1,7 @@ using System.Collections; using System.Collections.Generic; using UnityEngine; - +//i will change controls in this... public class conduction : MonoBehaviour { public bool on_flame; -- GitLab