1
Fork 0
mirror of https://github.com/Steffo99/gravity-fusion.git synced 2024-11-23 00:34:20 +00:00
gravity-fusion/Assets/Components/GameController.cs

10 lines
202 B
C#
Raw Normal View History

2019-10-05 08:55:53 +00:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class GameController : MonoBehaviour
{
2019-10-05 09:48:36 +00:00
[Header("Global Variables")]
public float gravitationConstant;
2019-10-05 08:55:53 +00:00
}