1
Fork 0
mirror of https://github.com/Steffo99/gravity-fusion.git synced 2025-03-13 20:25:00 +00:00
gravity-fusion/Assets/Components/MergedInfo.cs

9 lines
184 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class MergedInfo : MonoBehaviour
{
public int mergedCount;
public float mergedMass;
}