mirror of
https://github.com/Steffo99/gravity-fusion.git
synced 2024-11-23 00:34:20 +00:00
9 lines
173 B
C#
9 lines
173 B
C#
|
using System.Collections;
|
|||
|
using System.Collections.Generic;
|
|||
|
using UnityEngine;
|
|||
|
|
|||
|
public class GameController : MonoBehaviour
|
|||
|
{
|
|||
|
public float gravitationConstant = 1;
|
|||
|
}
|