mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-07 13:05:41 +00:00
10 lines
143 B
C#
10 lines
143 B
C#
using UnityEngine;
|
|
|
|
namespace Popcron
|
|
{
|
|
internal class Element
|
|
{
|
|
public Vector3[] points = { };
|
|
public Color color = Color.white;
|
|
}
|
|
} |