mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-14 17:09:31 +07:00
7 lines
152 B
C#
7 lines
152 B
C#
using UnityEngine;
|
|
|
|
namespace IsoTools {
|
|
[RequireComponent(typeof(IsoObject))]
|
|
public class IsoTileMap : MonoBehaviour {
|
|
}
|
|
} // namespace IsoTools |