new unity. empty tile map stuff

This commit is contained in:
2016-01-24 14:47:29 +06:00
parent 1d1f7afb05
commit ca713128cf
13 changed files with 285 additions and 38 deletions

View File

@@ -0,0 +1,7 @@
using UnityEngine;
namespace IsoTools {
[RequireComponent(typeof(IsoObject))]
public class IsoTileMap : MonoBehaviour {
}
} // namespace IsoTools