[TASK] Initial commit with basic product setup
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Mapbox.Examples.Voxels
|
||||
{
|
||||
public class VoxelData
|
||||
{
|
||||
public Vector3 Position;
|
||||
public GameObject Prefab;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user