Updated project to unity 5, finalized terrain generation
This commit is contained in:
11
Game/Assets/Scripts/Model/Texture.cs
Normal file
11
Game/Assets/Scripts/Model/Texture.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Assets.Scripts.Model
|
||||
{
|
||||
class Texture
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user