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
|
|
|
|
}
|