Initial commit
This commit is contained in:
7
Assets/Scripts/ThermalSystem.cs
Normal file
7
Assets/Scripts/ThermalSystem.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class ThermalSystem : MonoBehaviour
|
||||
{
|
||||
void Start() { }
|
||||
void Update() { }
|
||||
}
|
||||
Reference in New Issue
Block a user