[TASK] Initial commit with basic product setup
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Mapbox.Unity.MeshGeneration.Enums
|
||||
{
|
||||
public enum TilePropertyState
|
||||
{
|
||||
Unregistered,
|
||||
None,
|
||||
Loading,
|
||||
Loaded,
|
||||
Error,
|
||||
Cancelled,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user