mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-14 17:09:31 +07:00
6 lines
115 B
C#
6 lines
115 B
C#
using UnityEngine;
|
|
|
|
namespace IsoTools {
|
|
public class IsoTileLayer : MonoBehaviour {
|
|
}
|
|
} // namespace IsoTools |