mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-16 14:09:00 +07:00
new unity. empty tile map stuff
This commit is contained in:
7
Assets/IsoTools/Scripts/IsoTileMap.cs
Normal file
7
Assets/IsoTools/Scripts/IsoTileMap.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace IsoTools {
|
||||
[RequireComponent(typeof(IsoObject))]
|
||||
public class IsoTileMap : MonoBehaviour {
|
||||
}
|
||||
} // namespace IsoTools
|
||||
Reference in New Issue
Block a user