1
0
mirror of https://github.com/misternebula/quantum-space-buddies.git synced 2025-02-16 12:40:01 +00:00
2023-07-28 19:30:57 +01:00

10 lines
141 B
C#

using UnityEngine;
namespace Popcron
{
public class Element
{
public Vector3[] points = { };
public Color color = Color.white;
}
}